From ca91872e0ec3518b84c841c7673029d2e04dda9a Mon Sep 17 00:00:00 2001 From: szy Date: Mon, 15 Aug 2005 07:27:57 +0000 Subject: [PATCH] Windows porting --- src/DisplayGUI/DisplayGUI.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/DisplayGUI/DisplayGUI.h b/src/DisplayGUI/DisplayGUI.h index 10f53a97b..7c96393f2 100644 --- a/src/DisplayGUI/DisplayGUI.h +++ b/src/DisplayGUI/DisplayGUI.h @@ -31,7 +31,11 @@ #include "GEOMGUI.h" #include "GEOMBase.h" - +#ifdef WNT +#include +#else +#define SALOME_WNT_EXPORT +#endif //================================================================================= // class : GEOMBase_Display // purpose : -- 2.39.2