don't define WINVER in *.c files

In a C file, that is too late, because _mingw.h defaults to 0x0502,
and ours would be illegal redefintion.
This commit is contained in:
Max Kellermann
2011-10-09 17:52:56 +02:00
parent f3ea834322
commit 9652efd107
13 changed files with 0 additions and 13 deletions

View File

@@ -27,7 +27,6 @@
#include <stdlib.h>
#ifdef WIN32
#define WINVER 0x0501
#include <ws2tcpip.h>
#include <winsock.h>
#else