From 6a15b886773bbc6d2c5935e32a2f0a9adc8de72f Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Thu, 24 Aug 2017 11:39:03 +0200 Subject: [PATCH] Make it MinGW compliant for Windows --- tools/PyConsole/src/PyConsole.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/PyConsole/src/PyConsole.h b/tools/PyConsole/src/PyConsole.h index 4c72bdfb9..a4ba14fdc 100644 --- a/tools/PyConsole/src/PyConsole.h +++ b/tools/PyConsole/src/PyConsole.h @@ -39,7 +39,7 @@ // ======================================================== // avoid warning messages -#ifdef WIN32 +#ifdef _MSC_VER #pragma warning (disable : 4786) #pragma warning (disable : 4251) #endif -- 2.39.2