]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Porting functionality on Win32 Platform
authorabd <abd@opencascade.com>
Thu, 4 Sep 2008 13:45:47 +0000 (13:45 +0000)
committerabd <abd@opencascade.com>
Thu, 4 Sep 2008 13:45:47 +0000 (13:45 +0000)
src/OCCViewer/OCCViewer.cxx

index 14640ffa38e3f61e7d0bdd42832e91fc655af4d2..cf7f06e6a22b1adbf75f62c7cf243aaaa3efaac5 100644 (file)
@@ -26,7 +26,7 @@ void OCCViewer_Init();
 
 extern "C"
 {
-#ifdef WNT /* disable MS VC++ warning on C-style function returning C++ object */
+#ifdef WIN32 /* disable MS VC++ warning on C-style function returning C++ object */
 #pragma warning(push)
 #pragma warning(disable:4190)
 #endif
@@ -36,7 +36,7 @@ extern "C"
     Handle( OpenGl_GraphicDriver ) aDriver = new OpenGl_GraphicDriver( AShrName );
     return aDriver;
   }
-#ifdef WNT
+#ifdef WIN32
 #pragma warning(pop)
 #endif