Go to the documentation of this file.
27 #ifndef _GEOM_GEOM_I_HXX_
28 #define _GEOM_GEOM_I_HXX_
31 #if defined GEOM_I_EXPORTS || defined GEOMEngine_EXPORTS
32 #define GEOM_I_EXPORT __declspec( dllexport )
34 #define GEOM_I_EXPORT __declspec( dllimport )
40 #include <Basics_OCCTVersion.hxx>
41 #if OCC_VERSION_MAJOR < 7
42 #define HANDLE_NAMESPACE(CLS) Handle(CLS)
44 #define HANDLE_NAMESPACE(CLS) Handle(::CLS)
47 #endif //_GEOM_GEOM_I_HXX_