Salome HOME
Windows platform: Use WIN32 macro definition instead deprecated macro definition...
authorrnv <rnv@opencascade.com>
Tue, 29 Oct 2013 06:19:06 +0000 (06:19 +0000)
committerrnv <rnv@opencascade.com>
Tue, 29 Oct 2013 06:19:06 +0000 (06:19 +0000)
src/ATOMICGUI/ATOMICGUI.cxx

index 7954310671398a6b4e5611a87b49ec57cfb875a3..b179c5a345cb829bd9cd404f443156423596f84d 100644 (file)
@@ -227,11 +227,11 @@ LightApp_Operation* ATOMICGUI::createOperation( const int id ) const
   }
 }
 
-#if defined(WNT)
+#if defined(WIN32)
 #define ATOMICGUI_EXPORT __declspec(dllexport)
-#else   // WNT
+#else   // WIN32
 #define ATOMICGUI_EXPORT
-#endif  // WNT
+#endif  // WIN32
 
 /*! GUI module instantiation function */
 extern "C" {