]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Windows porting
authorszy <szy@opencascade.com>
Thu, 25 Aug 2005 12:36:48 +0000 (12:36 +0000)
committerszy <szy@opencascade.com>
Thu, 25 Aug 2005 12:36:48 +0000 (12:36 +0000)
src/GEOMGUI/GeometryGUI_Swig.hxx

index baaf41eaee2cb0cb095f7d5f2f76131ce69ead6e..02489d402d880f88855ab4908523dca85d7e25a3 100644 (file)
 #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();