(svn r2710) Simplify dedicated server code a bit and don't compile it at all, if network support ist disabled
This commit is contained in:
2
win32.c
2
win32.c
@@ -942,7 +942,9 @@ const DriverDesc _video_driver_descs[] = {
|
||||
{"sdl", "SDL Video Driver", &_sdl_video_driver, 1},
|
||||
#endif
|
||||
{"win32", "Win32 GDI Video Driver", &_win32_video_driver, Windows_NT3_51},
|
||||
#ifdef ENABLE_NETWORK
|
||||
{ "dedicated", "Dedicated Video Driver", &_dedicated_video_driver, 0},
|
||||
#endif
|
||||
{ NULL, NULL, NULL, 0 }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user