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 @@
#ifndef G_OS_WIN32
#include <sys/socket.h>
#else /* G_OS_WIN32 */
#define WINVER 0x0501
#include <ws2tcpip.h>
#include <winsock.h>
#endif /* G_OS_WIN32 */