summaryrefslogtreecommitdiff
path: root/driver.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-08-06 22:40:18 +0000
committertron <tron@openttd.org>2005-08-06 22:40:18 +0000
commit1ec4c29c0d90154c7cb6b787cea6bcda297892d9 (patch)
tree21e78ffc85c79dacf3f4f34bb897844b136a1216 /driver.c
parent080c62526d2bd74658a0568ed4a46488a1b24600 (diff)
downloadopenttd-1ec4c29c0d90154c7cb6b787cea6bcda297892d9.tar.xz
(svn r2827) BeOS meets all prerequisites for extmidi
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 190ad5f27..1657c193b 100644
--- a/driver.c
+++ b/driver.c
@@ -52,7 +52,7 @@ static const DriverDesc _music_driver_descs[] = {
M("win32", "Win32 MIDI Driver", &_win32_music_driver),
#endif
#ifdef UNIX
-#if !defined(__BEOS__) && !defined(__MORPHOS__) && !defined(__AMIGA__)
+#if !defined(__MORPHOS__) && !defined(__AMIGA__)
M("extmidi", "External MIDI Driver", &_extmidi_music_driver),
#endif
#endif