 |
OR-Tools
8.1
|
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)
23 #endif // defined(OR_TOOLS_EXPORT)
24 #endif // _MSC_VER && OR_TOOLS_AS_DYNAMIC_LIB
30 #endif // OR_TOOLS_BASE_BASE_EXPORT_H_