1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Improvements to scons defined WINVER/_WIN32_WINNT

(cherry picked from commit 65483d57bf)
This commit is contained in:
Fabio Alessandrelli
2016-11-03 05:20:26 +01:00
committed by Rémi Verschelde
parent 8a5596322d
commit 9c8ecb45f8
4 changed files with 12 additions and 10 deletions

View File

@@ -33,10 +33,6 @@
#include <string.h>
#ifdef WINDOWS_ENABLED
// Workaround mingw missing flags!
#ifndef AI_ADDRCONFIG
#define AI_ADDRCONFIG 0x00000400
#endif
#include <ws2tcpip.h>
#include <winsock2.h>
#include <windows.h>