#ifndef _GEOM_OBJECT_defs_HXX_
#define _GEOM_OBJECT_defs_HXX_
-#ifdef WNT
- #if defined OBJECT_EXPORTS
- #if defined WIN32
- #define GEOM_OBJECT_EXPORT __declspec( dllexport )
- #else
- #define GEOM_OBJECT_EXPORT
- #endif
- #else
- #if defined WIN32
- #define GEOM_OBJECT_EXPORT __declspec( dllimport )
- #else
- #define GEOM_OBJECT_EXPORT
- #endif
- #endif
+#ifdef WIN32
+# if defined GEOM_OBJECT_EXPORTS
+# define GEOM_OBJECT_EXPORT __declspec( dllexport )
+# else
+# define GEOM_OBJECT_EXPORT __declspec( dllimport )
+# endif
#else
- #define GEOM_OBJECT_EXPORT
+# define GEOM_OBJECT_EXPORT
#endif
#endif
#include <TopTools_IndexedMapOfShape.hxx>
#include <GEOMImpl_Types.hxx>
-#include <ostream.h>
+#include <ostream>
//=================================================================================
// class : PrimitiveGUI_BoxDlg()