(svn r3026) -Fix: [OSX] fixed bug that prevented dedicated servers from compiling (introduced in r3022)

This commit is contained in:
bjarni
2005-10-07 16:48:53 +00:00
parent 9134e19d7e
commit 7ba69ad146
2 changed files with 10 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ static const DriverDesc _music_driver_descs[] = {
#ifdef WIN32
M("win32", "Win32 MIDI Driver", &_win32_music_driver),
#endif
#ifdef __APPLE__
#if defined(__APPLE__) && !defined(DEDICATED)
M("qt", "QuickTime MIDI Driver", &_qtime_music_driver),
#endif
#ifdef UNIX