Salome HOME
NPAL17269: Performance pb. when creating a group with GUI.
[modules/geom.git] / src / GenerationGUI / GenerationGUI.h
index 8f5f2d7354fecb784e11b1becaf25289cfb7f617..a809bdcf73e24d2f612ebd4136a7a409049b20f4 100644 (file)
 #ifndef GENERATIONGUI_H
 #define GENERATIONGUI_H
 
+#ifdef WNT
+# if defined GENERATIONGUI_EXPORTS
+#  define GENERATIONGUI_EXPORT __declspec( dllexport )
+# else
+#  define GENERATIONGUI_EXPORT __declspec( dllimport )
+# endif
+#else
+# define GENERATIONGUI_EXPORT
+#endif
+
 #include "GEOMGUI.h"
 
 //=================================================================================
 // class    : GenerationGUI
 // purpose  :
 //=================================================================================
-class GenerationGUI : public GEOMGUI
+class GENERATIONGUI_EXPORT GenerationGUI : public GEOMGUI
 {
 public:
   GenerationGUI(GeometryGUI* parent);