(svn r7461) -Fix: [FS#262] Add support for building with GCC on OS/2 (psmedley)

This commit is contained in:
Darkvater
2006-12-10 00:20:26 +00:00
parent 74106ce6e9
commit 14363bfb51
5 changed files with 15 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ static const DriverDesc _music_driver_descs[] = {
#ifdef __BEOS__
M("bemidi", "BeOS MIDI Driver", &_bemidi_music_driver),
#endif
#ifdef __OS2__
#if defined(__OS2__) && !defined(__INNOTEK_LIBC__)
M("os2", "OS/2 Music Driver", &_os2_music_driver),
#endif
#ifdef WIN32_ENABLE_DIRECTMUSIC_SUPPORT