 |
OR-Tools
8.1
|
Go to the documentation of this file.
14 #ifndef OR_TOOLS_BASE_LOGGING_EXPORT_H_
15 #define OR_TOOLS_BASE_LOGGING_EXPORT_H_
18 #if defined(_MSC_VER) && defined(OR_TOOLS_AS_DYNAMIC_LIB)
19 #if defined(OR_TOOLS_EXPORTS)
20 #define GOOGLE_GLOG_DLL_DECL __declspec(dllexport)
22 #define GOOGLE_GLOG_DLL_DECL __declspec(dllimport)
23 #endif // OR_TOOLS_EXPORT
24 #endif // _MSC_VER && OR_TOOLS_AS_DYNAMIC_LIB
26 #ifndef GOOGLE_GLOG_DLL_DECL
27 #define GOOGLE_GLOG_DLL_DECL
30 #endif // OR_TOOLS_BASE_LOGGING_EXPORT_H_