Salome HOME
ENV: Windows porting
[modules/geom.git] / src / TransformationGUI / TransformationGUI.cxx
index 2c8b97a73082f59bcc7d625bfc059cb04613a840..84c79078f87a6613027b6628fc923f36293d40e2 100644 (file)
@@ -146,6 +146,9 @@ bool TransformationGUI::OnGUIEvent(int theCommandID, SUIT_Desktop* parent)
 //=====================================================================================
 extern "C"
 {
+#ifdef WNT
+       __declspec( dllexport )
+#endif
   GEOMGUI* GetLibGUI( GeometryGUI* parent )
   {
     return TransformationGUI::GetTransformationGUI( parent );