(svn r2827) BeOS meets all prerequisites for extmidi
authortron
Sat, 06 Aug 2005 22:40:18 +0000
changeset 2303 458ab5900226
parent 2302 52b6ed2bffad
child 2304 f3309898aeb0
(svn r2827) BeOS meets all prerequisites for extmidi
driver.c
music/extmidi.c
--- 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
--- a/music/extmidi.c	Sat Aug 06 22:12:45 2005 +0000
+++ b/music/extmidi.c	Sat Aug 06 22:40:18 2005 +0000
@@ -1,6 +1,5 @@
 /* $Id$ */
 
-#ifndef __BEOS__
 #ifndef __MORPHOS__
 #include "../stdafx.h"
 #include "../openttd.h"
@@ -110,4 +109,3 @@
 };
 
 #endif /* __MORPHOS__ */
-#endif /* __BEOS__ */