diff options
Diffstat (limited to 'src/compat/compat-inet_ntop.c')
-rw-r--r-- | src/compat/compat-inet_ntop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compat/compat-inet_ntop.c b/src/compat/compat-inet_ntop.c index 0d52142..786c973 100644 --- a/src/compat/compat-inet_ntop.c +++ b/src/compat/compat-inet_ntop.c @@ -32,7 +32,7 @@ #include "compat.h" -#ifdef WIN32 +#ifdef _WIN32 #include <windows.h> |