X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fnetserv.c;h=10b0ab504d5615a66dc17e9221e7630f7bd60238;hb=74b5b6c19587f93c45b72b1153154030dc99b50d;hp=ac142763b2eff1b465674018c7f85ee3fbca4759;hpb=9dcf51eadcd8fb8e1ba937b6a8db76096cc09b05;p=rocksndiamonds.git diff --git a/src/netserv.c b/src/netserv.c index ac142763..10b0ab50 100644 --- a/src/netserv.c +++ b/src/netserv.c @@ -11,7 +11,7 @@ * network.c * ***********************************************************/ -#ifndef MSDOS +#if !defined(MSDOS) && !defined(WIN32) #include #include @@ -661,4 +661,4 @@ void NetworkServer(int port, int serveronly) } } -#endif /* !MSDOS */ +#endif /* !MSDOS && !WIN32 */