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. --- bufferevent_pair.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bufferevent_pair.c') diff --git a/bufferevent_pair.c b/bufferevent_pair.c index bc1039b9..40fee940 100644 --- a/bufferevent_pair.c +++ b/bufferevent_pair.c @@ -28,7 +28,7 @@ #include -#ifdef WIN32 +#ifdef _WIN32 #include #endif -- cgit v1.2.1