OpenLexocad  27.0
OpenLxApp_defines.h
Go to the documentation of this file.
1 #ifndef OPENLXAPP_DEFINES_H
2 #define OPENLXAPP_DEFINES_H
3 
4 #pragma warning(disable : 4311)
5 #pragma warning(disable : 4312)
6 #pragma warning(disable : 4267)
7 #pragma warning(disable : 4251)
8 
9 #ifdef OPENLXAPP_LIB
10 #define OPENLXAPP_EXPORT __declspec(dllexport)
11 #else
12 #define OPENLXAPP_EXPORT __declspec(dllimport)
13 #endif
14 
15 #endif // OPENLXAPP_H