OpenLexocad  27.0
base_defines.h
Go to the documentation of this file.
1 #pragma once
2 #pragma warning(disable : 4251)
3 
4 #ifndef BASE_DEFINES_H
5 #define BASE_DEFINES_H
6 
7 
8 #ifdef CA_BASE_LIB
9 #define BASE_EXPORT __declspec(dllexport)
10 #define BASE_EXPIMP_TEMPLATE
11 #else
12 #define BASE_EXPORT __declspec(dllimport)
13 #define BASE_EXPIMP_TEMPLATE extern
14 #endif
15 
16 #endif // BASE_DEFINES_H