From: szy Date: Thu, 25 Aug 2005 12:36:48 +0000 (+0000) Subject: Windows porting X-Git-Tag: T_3_0_2a1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=11f733549c38c1765e098affef1f47bd77191484;p=modules%2Fgeom.git Windows porting --- diff --git a/src/GEOMGUI/GeometryGUI_Swig.hxx b/src/GEOMGUI/GeometryGUI_Swig.hxx index baaf41eae..02489d402 100644 --- a/src/GEOMGUI/GeometryGUI_Swig.hxx +++ b/src/GEOMGUI/GeometryGUI_Swig.hxx @@ -35,9 +35,15 @@ #include CORBA_SERVER_HEADER(SALOMEDS) #include CORBA_SERVER_HEADER(SALOMEDS_Attributes) +#if defined WNT && defined WIN32 && defined SALOME_WNT_EXPORTS +#define GEOMGUI_WNT_EXPORT __declspec( dllexport ) +#else +#define GEOMGUI_WNT_EXPORT +#endif + class GEOM_Client; -class GEOM_Swig +class GEOMGUI_WNT_EXPORT GEOM_Swig { public: GEOM_Swig();