 |
OR-Tools
8.2
|
Go to the documentation of this file.
14 #ifndef OR_TOOLS_BASE_BASE_EXPORT_H_
15 #define OR_TOOLS_BASE_BASE_EXPORT_H_
17 #if defined(_MSC_VER) && defined(OR_TOOLS_AS_DYNAMIC_LIB)
19 #if defined(OR_TOOLS_EXPORTS)
20 #define BASE_EXPORT __declspec(dllexport)
22 #define BASE_EXPORT __declspec(dllimport)