driver.c
changeset 2303 458ab5900226
parent 2224 e210db34b7ec
child 2458 c95808cd2ac9
--- a/driver.c	Sat Aug 06 22:12:45 2005 +0000
+++ b/driver.c	Sat Aug 06 22:40:18 2005 +0000
@@ -52,7 +52,7 @@
 	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