00001 #ifndef _LOG4SHIB_EXPORT_HH 00002 #define _LOG4SHIB_EXPORT_HH 00003 00004 #ifdef LOG4SHIB_HAS_DLL 00005 # ifdef LOG4SHIB_BUILD_DLL 00006 # define LOG4SHIB_EXPORT __declspec(dllexport) 00007 # else 00008 # define LOG4SHIB_EXPORT __declspec(dllimport) 00009 # endif 00010 #else 00011 # define LOG4SHIB_EXPORT 00012 #endif 00013 00014 #endif // _LOG4SHIB_EXPORT_HH 00015