OpenLexocad  27.0
core_defines2.h
Go to the documentation of this file.
1 #ifndef CORE_GLOBAL_H
2 #define CORE_GLOBAL_H
3 #pragma warning(disable : 4251)
4 
5 
6 #ifdef CORE_LIB
7 #define CORE_EXPORT __declspec(dllexport)
8 #define CORE_EXPIMP_TEMPLATE
9 #else
10 #define CORE_EXPORT __declspec(dllimport)
11 #define CORE_EXPIMP_TEMPLATE extern
12 #endif
13 
14 #endif // CORE_GLOBAL_H