OpenLexocad  27.0
geom_defines.h
Go to the documentation of this file.
1 #ifndef GEOM_DEFINES_H
2 #define GEOM_DEFINES_H
3 
4 #ifdef CA_GEOM_LIB
5 #define GEOM_EXPORT __declspec(dllexport)
6 #define GEOM_EXPIMP_TEMPLATE
7 #else
8 #define GEOM_EXPORT __declspec(dllimport)
9 #define GEOM_EXPIMP_TEMPLATE extern
10 #endif
11 
12 #endif // DEFINES_H