summaryrefslogtreecommitdiff
path: root/music
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
commitdc20e0ae81fe9d7e2d810d8974e8a8e14135a9e4 (patch)
tree21e78ffc85c79dacf3f4f34bb897844b136a1216 /music
parentdd03e018b5d2d9a23e70c919563e1afcc546f033 (diff)
downloadopenttd-dc20e0ae81fe9d7e2d810d8974e8a8e14135a9e4.tar.xz
(svn r2827) BeOS meets all prerequisites for extmidi
Diffstat (limited to 'music')
-rw-r--r--music/extmidi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/music/extmidi.c b/music/extmidi.c
index 1e04e356b..1c66b8ec6 100644
--- a/music/extmidi.c
+++ b/music/extmidi.c
@@ -1,6 +1,5 @@
/* $Id$ */
-#ifndef __BEOS__
#ifndef __MORPHOS__
#include "../stdafx.h"
#include "../openttd.h"
@@ -110,4 +109,3 @@ const HalMusicDriver _extmidi_music_driver = {
};
#endif /* __MORPHOS__ */
-#endif /* __BEOS__ */