(accept.c, io.c, nthread.c, tcp_listen.c) [_WIN32,WIN32]:

Remove the define WIN32.
Not required for VC8.
This commit is contained in:
Ron Koenderink 2007-02-23 22:51:30 +00:00
parent 7356da4775
commit 0978c0c4fc
4 changed files with 0 additions and 4 deletions

View file

@ -51,7 +51,6 @@
#include <stdio.h>
#include <sys/types.h>
#include <time.h>
#define WIN32
#include <winsock2.h>
#undef NS_ALL
#include <windows.h>