rnd-20000815-1-src
[rocksndiamonds.git] / src / netserv.c
index ac142763b2eff1b465674018c7f85ee3fbca4759..10b0ab504d5615a66dc17e9221e7630f7bd60238 100644 (file)
@@ -11,7 +11,7 @@
 *  network.c                                               *
 ***********************************************************/
 
-#ifndef MSDOS
+#if !defined(MSDOS) && !defined(WIN32)
 
 #include <fcntl.h>
 #include <sys/time.h>
@@ -661,4 +661,4 @@ void NetworkServer(int port, int serveronly)
   }
 }
 
-#endif /* !MSDOS */
+#endif /* !MSDOS && !WIN32 */