mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
BeOS compilation fix
svn-id: r4047
This commit is contained in:
parent
bf9c754fae
commit
d0d3316634
@ -347,7 +347,7 @@ MidiDriver *MidiDriver_AMIDI_create() {
|
||||
|
||||
#endif // __MORPHOS__
|
||||
|
||||
#if defined(UNIX) && !defined(BEOS)
|
||||
#if defined(UNIX) && !defined(__BEOS__)
|
||||
#define SEQ_MIDIPUTC 5
|
||||
#define SPECIAL_CHANNEL 9
|
||||
#define DEVICE_NUM 1
|
||||
|
Loading…
Reference in New Issue
Block a user