aboutsummaryrefslogtreecommitdiff
path: root/Win32/Src/gai_strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'Win32/Src/gai_strerror.c')
-rw-r--r--Win32/Src/gai_strerror.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Win32/Src/gai_strerror.c b/Win32/Src/gai_strerror.c
index a36c35d8..d1e70f84 100644
--- a/Win32/Src/gai_strerror.c
+++ b/Win32/Src/gai_strerror.c
@@ -34,7 +34,7 @@ __FBSDID("$FreeBSD: /repoman/r/ncvs/src/lib/libc/net/gai_strerror.c,v 1.1 2005/0
*/
-#ifdef WIN32
+#ifdef _WIN32
#include <ws2tcpip.h>
@@ -80,4 +80,4 @@ WSAAPI gai_strerrorA(int ecode)
return "Unknown error";
}
-#endif /* gai_strerror */ \ No newline at end of file
+#endif /* gai_strerror */