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:
		| @@ -27,7 +27,6 @@ | ||||
| #include <stdlib.h> | ||||
|  | ||||
| #ifdef WIN32 | ||||
| #define WINVER 0x0501 | ||||
| #include <ws2tcpip.h> | ||||
| #include <winsock.h> | ||||
| #else | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Max Kellermann
					Max Kellermann