diff options
| author | Fabio Alessandrelli | 2016-11-03 05:20:26 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-01-12 19:15:30 +0100 |
| commit | 9c8ecb45f8516a2d45c18c50093887448d8a64e8 (patch) | |
| tree | fc173196b88a960343ee2c1109b3fedbaaebc22a /drivers/unix/ip_unix.cpp | |
| parent | 8a5596322d586007d66c90b25ef2dd09d196fdfa (diff) | |
| download | godot-9c8ecb45f8516a2d45c18c50093887448d8a64e8.tar.gz godot-9c8ecb45f8516a2d45c18c50093887448d8a64e8.tar.zst godot-9c8ecb45f8516a2d45c18c50093887448d8a64e8.zip | |
Diffstat (limited to 'drivers/unix/ip_unix.cpp')
| -rw-r--r-- | drivers/unix/ip_unix.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/unix/ip_unix.cpp b/drivers/unix/ip_unix.cpp index 0e8e5f009..df2b024b4 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> |
