From 11f733549c38c1765e098affef1f47bd77191484 Mon Sep 17 00:00:00 2001 From: szy Date: Thu, 25 Aug 2005 12:36:48 +0000 Subject: [PATCH] Windows porting --- src/GEOMGUI/GeometryGUI_Swig.hxx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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(); -- 2.39.2