fix build with gcc4 and DEBUG
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37467 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
7a87728eea
commit
f0cbfc95e0
@ -67,7 +67,7 @@
|
||||
#define MIDI 0 // disabled MIDI for the time being on R5
|
||||
#endif
|
||||
|
||||
#define VERSION "Version alpha 7, Copyright (c) 2002,2003 Jérôme Duval, compiled on " ## __DATE__ ## " " ## __TIME__
|
||||
#define VERSION "Version alpha 7, Copyright (c) 2002,2003 Jérôme Duval, compiled on " __DATE__ " " __TIME__
|
||||
#define DRIVER_NAME "emuxki"
|
||||
#define FRIENDLY_NAME "Emuxki"
|
||||
#define FRIENDLY_NAME_LIVE FRIENDLY_NAME" SB Live"
|
||||
|
Loading…
Reference in New Issue
Block a user