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