Salome HOME
ENV: Windows porting
[modules/geom.git] / src / PrimitiveGUI / PrimitiveGUI.cxx
index 081ac7ab9412f510045dd51c418677dfb9311b5c..49448108f31a7bea96c46d40a8882a35959af0f7 100644 (file)
@@ -128,6 +128,9 @@ bool PrimitiveGUI::OnGUIEvent(int theCommandID, SUIT_Desktop* parent)
 //=====================================================================================
 extern "C"
 {
+#ifdef WNT
+       __declspec( dllexport )
+#endif
   GEOMGUI* GetLibGUI( GeometryGUI* parent )
   {
     return PrimitiveGUI::GetPrimitiveGUI( parent );