mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
Fix BEOS compilation.
svn-id: r4046
This commit is contained in:
parent
d9ce5c659c
commit
bf9c754fae
@ -449,7 +449,7 @@ MidiDriver *GameDetector::createMidi() {
|
||||
#if defined(__MORPHOS__)
|
||||
case MD_AMIDI: return MidiDriver_AMIDI_create();
|
||||
#endif
|
||||
#if defined(UNIX) && !defined(BEOS)
|
||||
#if defined(UNIX) && !defined(__BEOS__)
|
||||
case MD_SEQ: return MidiDriver_SEQ_create();
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user