log4shib  1.0.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Export.hh
Go to the documentation of this file.
1 #ifndef _LOG4SHIB_EXPORT_HH
2 #define _LOG4SHIB_EXPORT_HH
3 
4 #ifdef LOG4SHIB_HAS_DLL
5 # ifdef LOG4SHIB_BUILD_DLL
6 # define LOG4SHIB_EXPORT __declspec(dllexport)
7 # else
8 # define LOG4SHIB_EXPORT __declspec(dllimport)
9 # endif
10 #else
11 # define LOG4SHIB_EXPORT
12 #endif
13 
14 #endif // _LOG4SHIB_EXPORT_HH
15