From 872e1c05825db324a3904f4b1af19dac02ae95ef Mon Sep 17 00:00:00 2001 From: Earnie Boyd Date: Tue, 4 Sep 2012 15:11:51 -0400 Subject: [PATCH] * include/_mingw.h: Fix typo. --- include/_mingw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/_mingw.h b/include/_mingw.h index 495c790..6128c6b 100644 --- a/include/_mingw.h +++ b/include/_mingw.h @@ -40,7 +40,7 @@ #error ERROR: You must use a GNU Compiler. #endif -#if (__GNUC__ < 3 || !defined(__GNUC__MINOR__) || (__GNUC__ == 3 && __GNUC_MINOR__ < 4) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4 && __GNUC_PATCHLEVEL__ < 5)) +#if (__GNUC__ < 3 || !defined(__GNUC_MINOR__) || (__GNUC__ == 3 && __GNUC_MINOR__ < 4) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4 && __GNUC_PATCHLEVEL__ < 5)) #error ERROR: You must use a GNU Compiler version >= 3.4.5. #endif -- 2.11.0