Salome HOME
Replace deprecated WNT macro definition by WIN32.
[modules/geom.git] / src / OperationGUI / OperationGUI.cxx
index edf5edc804e53956f1453bc5e7481c41d00ece51..84a1c427c97902a7e92a800569a0fa8e346a3262 100644 (file)
@@ -98,7 +98,7 @@ bool OperationGUI::OnGUIEvent (int theCommandID, SUIT_Desktop* parent)
 //=====================================================================================
 extern "C"
 {
-#ifdef WNT
+#ifdef WIN32
   __declspec( dllexport )
 #endif
   GEOMGUI* GetLibGUI( GeometryGUI* parent )