Salome HOME
ENV: Windows porting.
[modules/geom.git] / src / GEOMImpl / GEOMImpl_Gen.hxx
index 255b4f54e5a6cca8bee9e5e15914f6c1558f20c3..8b1b072e5037af4213b72ebbc7ddade19bb6bcb5 100644 (file)
 #include "GEOMImpl_IGroupOperations.hxx"
 #include "GEOM_Engine.hxx"
 
-class GEOMImpl_Gen : public GEOM_Engine
+#ifdef WNT
+#include <SALOME_WNT.hxx>
+#else
+#define SALOME_WNT_EXPORT 
+#endif
+
+class SALOME_WNT_EXPORT GEOMImpl_Gen : public GEOM_Engine
 {
  public:
   GEOMImpl_Gen();