X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMGUI%2FGEOMGUI.h;h=69a9bb66340fa7544d2df41314c4bcf0d30349ab;hb=c1745184cb4eb0e72088753b40a23902200aa62a;hp=d0a740f4be363cdf05f316d7bd6883f6e6e5338f;hpb=732211808796539fcf1de34e06038e7fb015ece9;p=modules%2Fgeom.git diff --git a/src/GEOMGUI/GEOMGUI.h b/src/GEOMGUI/GEOMGUI.h index d0a740f4b..69a9bb663 100644 --- a/src/GEOMGUI/GEOMGUI.h +++ b/src/GEOMGUI/GEOMGUI.h @@ -37,11 +37,21 @@ class QMouseEvent; class QKeyEvent; class GeometryGUI; +//#ifdef WNT +//#include +//#else +//#define SALOME_WNT_EXPORT +//#endif +#if defined WNT && defined WIN32 && defined SALOME_WNT_EXPORTS +#define GEOMGUI_WNT_EXPORT __declspec( dllexport ) +#else +#define GEOMGUI_WNT_EXPORT +#endif //================================================================================= // class : GEOMGUI // purpose : Base class for all geometry GUI subclasses //================================================================================= -class GEOMGUI : public QObject +class GEOMGUI_WNT_EXPORT GEOMGUI : public QObject { public : // Constructor