aboutsummaryrefslogtreecommitdiff
path: root/drivers/unix/ip_unix.cpp
diff options
context:
space:
mode:
authorGeorge Marques2016-11-02 18:57:35 -0200
committerGeorge Marques2016-11-03 14:51:08 -0200
commitb113c7b7a3e63581ae268b0ae7f827d55e381b82 (patch)
tree631a71894dc166279b331aa832af427580047ac1 /drivers/unix/ip_unix.cpp
parentfb5a73a39fb7e6e5924db362062cba628525028a (diff)
downloadgodot-b113c7b7a3e63581ae268b0ae7f827d55e381b82.tar.gz
godot-b113c7b7a3e63581ae268b0ae7f827d55e381b82.tar.zst
godot-b113c7b7a3e63581ae268b0ae7f827d55e381b82.zip
Diffstat (limited to 'drivers/unix/ip_unix.cpp')
-rw-r--r--drivers/unix/ip_unix.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/unix/ip_unix.cpp b/drivers/unix/ip_unix.cpp
index e3d32618e..d998c63df 100644
--- a/drivers/unix/ip_unix.cpp
+++ b/drivers/unix/ip_unix.cpp
@@ -40,7 +40,7 @@
#ifndef AI_V4MAPPED
#define AI_V4MAPPED 0x00000800
#endif
- #ifdef WINRT_ENABLED
+ #ifdef UWP_ENABLED
#include <ws2tcpip.h>
#include <winsock2.h>
#include <windows.h>
@@ -124,7 +124,7 @@ IP_Address IP_Unix::_resolve_hostname(const String& p_hostname, IP_Address::Addr
#if defined(WINDOWS_ENABLED)
-#if defined(WINRT_ENABLED)
+#if defined(UWP_ENABLED)
void IP_Unix::get_local_addresses(List<IP_Address> *r_addresses) const {