OpenLexocad  27.0
topo_defines.h
Go to the documentation of this file.
1 #ifndef TOPO_DEFINES_H
2 #define TOPO_DEFINES_H
3 
4 #ifdef CA_TOPO_LIB
5 #define TOPO_EXPORT __declspec(dllexport)
6 #define TOPO_EXPIMP_TEMPLATE
7 #else
8 #define TOPO_EXPORT __declspec(dllimport)
9 #define TOPO_EXPIMP_TEMPLATE extern
10 #endif
11 
12 #endif // DEFINES_H