win32.c
changeset 2195 8960c86bf103
parent 2189 d240b9097139
child 2207 40c928fbde8a
--- a/win32.c	Mon Jul 25 11:36:02 2005 +0000
+++ b/win32.c	Mon Jul 25 16:33:58 2005 +0000
@@ -942,7 +942,9 @@
 	{"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 }
 };