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

Improvements to scons defined WINVER/_WIN32_WINNT

This commit is contained in:
Fabio Alessandrelli
2016-11-03 05:20:26 +01:00
parent ad224295c0
commit 65483d57bf
4 changed files with 12 additions and 14 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>