 |
OR-Tools
8.2
|
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)
26#ifndef GOOGLE_GLOG_DLL_DECL
27#define GOOGLE_GLOG_DLL_DECL