diff options
Diffstat (limited to 'bpf_image.c')
-rw-r--r-- | bpf_image.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bpf_image.c b/bpf_image.c index 3e9a23f5..a7beb1f4 100644 --- a/bpf_image.c +++ b/bpf_image.c @@ -23,9 +23,9 @@ #include "config.h" #endif -#ifdef WIN32 +#ifdef _WIN32 #include <pcap-stdinc.h> -#else /* WIN32 */ +#else /* _WIN32 */ #if HAVE_INTTYPES_H #include <inttypes.h> #elif HAVE_STDINT_H @@ -35,7 +35,7 @@ #include <sys/bitypes.h> #endif #include <sys/types.h> -#endif /* WIN32 */ +#endif /* _WIN32 */ #include <stdio.h> #include <string.h> |