Go to the documentation of this file. 1 #ifndef _LOG4CPP_EXPORT_HH 2 #define _LOG4CPP_EXPORT_HH 5 # ifdef LOG4CPP_BUILD_DLL 6 # if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__MINGW32__) 7 # define LOG4CPP_EXPORT __declspec(dllexport) 9 # define LOG4CPP_EXPORT 12 # if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__MINGW32__) 13 # define LOG4CPP_EXPORT __declspec(dllimport) 15 # define LOG4CPP_EXPORT 19 # define LOG4CPP_EXPORT 22 #endif // _LOG4CPP_EXPORT_HH