aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/inet_v6defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/inet_v6defs.h')
-rw-r--r--wsutil/inet_v6defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/inet_v6defs.h b/wsutil/inet_v6defs.h
index c6cfa8fdec..d6b6a9c1ac 100644
--- a/wsutil/inet_v6defs.h
+++ b/wsutil/inet_v6defs.h
@@ -34,7 +34,7 @@
* (without resorting to fragile link ordering tricks), we give our versions
* of those functions Wireshark-specific names.
*/
-#ifdef WIN32
+#ifdef _WIN32
#define inet_pton ws_inet_pton
#define inet_ntop ws_inet_ntop
#endif