]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Make it MinGW compliant for Windows
authorAnthony Geay <anthony.geay@edf.fr>
Thu, 24 Aug 2017 09:39:03 +0000 (11:39 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Thu, 24 Aug 2017 09:39:03 +0000 (11:39 +0200)
tools/PyConsole/src/PyConsole.h

index 4c72bdfb9d291100197b8af4d1f0494cbea743ec..a4ba14fdc4f0a152ad3297c9b04ee3bedc5fba5f 100644 (file)
@@ -39,7 +39,7 @@
 
 // ========================================================
 // avoid warning messages
-#ifdef WIN32
+#ifdef _MSC_VER
 #pragma warning (disable : 4786)
 #pragma warning (disable : 4251)
 #endif