(svn r980) Fixed issues where MorphOS would get problems if AmigaOS would get a port, since MorphOS also have the flag __AMIGA__ defined (Tokai)
This commit is contained in:
4
unix.c
4
unix.c
@@ -351,8 +351,8 @@ const DriverDesc _sound_driver_descs[] = {
|
||||
|
||||
const DriverDesc _music_driver_descs[] = {
|
||||
#ifndef __BEOS__
|
||||
#ifndef __MORPHOS__
|
||||
// MorphOS have no music support
|
||||
#if !defined(__MORPHOS__) && !defined(__AMIGA__)
|
||||
// MorphOS and AmigaOS have no music support
|
||||
{"extmidi", "External MIDI Driver", &_extmidi_music_driver, EXTMIDI_PRI},
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user