From: Kevin Bowling Date: Mon, 3 Jan 2011 22:44:26 +0000 (-0700) Subject: Prefer the ./configure evconfig-private.h in MinGW, just in case. X-Git-Tag: release-2.1.1-alpha~320^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f964b7215ac2a3dc0edaef6c130f67e31576f738;p=libevent Prefer the ./configure evconfig-private.h in MinGW, just in case. --- diff --git a/WIN32-Code/evconfig-private.h b/WIN32-Code/evconfig-private.h index 72cd0973..88b3f44f 100644 --- a/WIN32-Code/evconfig-private.h +++ b/WIN32-Code/evconfig-private.h @@ -1,4 +1,4 @@ -#ifndef _EVENT_EVCONFIG__PRIVATE_H +#if !defined(_EVENT_EVCONFIG__PRIVATE_H) && !defined(__MINGW32__) #define _EVENT_EVCONFIG__PRIVATE_H /* Nothing to see here. Move along. */