From f23f4ecf04d8b01ad4990dd2b15c675263590f7b Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 11 Sep 2004 23:03:36 +0000 Subject: Use _WIN32 rather than WIN32 to determine if we're compiling on Win32; according to Gisle Vanem, WIN32 isn't a built-in in MSVC, but _WIN32 is. svn path=/trunk/; revision=11972 --- pcap-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcap-util.c') diff --git a/pcap-util.c b/pcap-util.c index b1fca873da..f2cb31cac6 100644 --- a/pcap-util.c +++ b/pcap-util.c @@ -50,7 +50,7 @@ #include "pcap-util.h" #include "pcap-util-int.h" -#ifndef WIN32 +#ifndef _WIN32 #include #endif -- cgit v1.2.1