Salome HOME
Porting to Qt4.
[modules/geom.git] / src / BuildGUI / BuildGUI.cxx
index eebeee4b648d78caabeded2f34d1ce5a365fdf54..5557896a27e802206ed49ff33a9377c9c8a33c43 100644 (file)
@@ -29,7 +29,6 @@
 #include "BuildGUI.h"
 
 #include "SUIT_Desktop.h"
-#include "SUIT_Session.h"
 
 #include "SalomeApp_Application.h"
 
@@ -95,9 +94,7 @@ bool BuildGUI::OnGUIEvent( int theCommandID, SUIT_Desktop* parent )
 //=====================================================================================
 extern "C"
 {
-#ifdef WNT
-       __declspec( dllexport )
-#endif
+ GEOM_BUILDGUI_EXPORT
   GEOMGUI* GetLibGUI( GeometryGUI* parent )
   {
     return new BuildGUI( parent );