aboutsummaryrefslogtreecommitdiff
path: root/drivers/unix/ip_unix.cpp
diff options
context:
space:
mode:
authorFabio Alessandrelli2016-11-03 05:20:26 +0100
committerFabio Alessandrelli2017-01-12 17:13:19 +0100
commit65483d57bf322f847ecb1ab906e8f4fac49f2557 (patch)
tree908e83375a4b6b416b6e7678869802cf322815b0 /drivers/unix/ip_unix.cpp
parentad224295c0a24a0588351c4ab750e43867bcdde9 (diff)
downloadgodot-65483d57bf322f847ecb1ab906e8f4fac49f2557.tar.gz
godot-65483d57bf322f847ecb1ab906e8f4fac49f2557.tar.zst
godot-65483d57bf322f847ecb1ab906e8f4fac49f2557.zip
Diffstat (limited to 'drivers/unix/ip_unix.cpp')
-rw-r--r--drivers/unix/ip_unix.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/unix/ip_unix.cpp b/drivers/unix/ip_unix.cpp
index ffb37b4f5..fc0b3facc 100644
--- a/drivers/unix/ip_unix.cpp
+++ b/drivers/unix/ip_unix.cpp
@@ -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>