From f964b7215ac2a3dc0edaef6c130f67e31576f738 Mon Sep 17 00:00:00 2001 From: Kevin Bowling Date: Mon, 3 Jan 2011 15:44:26 -0700 Subject: [PATCH] Prefer the ./configure evconfig-private.h in MinGW, just in case. --- WIN32-Code/evconfig-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */