From 9f560bfa114b8216af2dac28966eae53c0c97ed3 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 25 May 2011 19:50:56 -0400 Subject: Use "_WIN32", not WIN32: it's standard and we don't need to fake it This patch was automatically generated with perl. Based on a patch by Peter Rosin. --- event_tagging.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'event_tagging.c') diff --git a/event_tagging.c b/event_tagging.c index f3ba1d2e..79ca3c98 100644 --- a/event_tagging.c +++ b/event_tagging.c @@ -35,7 +35,7 @@ #include #endif -#ifdef WIN32 +#ifdef _WIN32 #define WIN32_LEAN_AND_MEAN #include #include @@ -53,7 +53,7 @@ #include #include #include -#ifndef WIN32 +#ifndef _WIN32 #include #endif #ifdef _EVENT_HAVE_UNISTD_H -- cgit v1.2.1