(svn r10310) -Fix: Trunk can now be built on OS/2 :)

This commit is contained in:
orudge
2007-06-24 20:41:24 +00:00
parent 58451059de
commit 0bad65bf78
5 changed files with 24 additions and 9 deletions

View File

@@ -64,7 +64,7 @@ static const DriverDesc _music_driver_descs[] = {
#if defined(LIBTIMIDITY)
M("libtimidity", "LibTimidity MIDI Driver", &_libtimidity_music_driver),
#endif /* LIBTIMIDITY */
#if !defined(__MORPHOS__) && !defined(__AMIGA__) && !defined(PSP)
#if !defined(__MORPHOS__) && !defined(__AMIGA__) && !defined(__OS2__) && !defined(PSP)
M("extmidi", "External MIDI Driver", &_extmidi_music_driver),
#endif
#endif