mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-16 02:59:10 +00:00
(svn r2827) BeOS meets all prerequisites for extmidi
This commit is contained in:
2
driver.c
2
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
|
||||
|
@@ -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__ */
|
||||
|
Reference in New Issue
Block a user