Go to the documentation of this file.
8 #ifndef _LOG4CPP_EXPORT_HH
9 #define _LOG4CPP_EXPORT_HH
11 #ifdef LOG4CPP_HAS_DLL
12 # ifdef LOG4CPP_BUILD_DLL
13 # if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__MINGW32__)
14 # define LOG4CPP_EXPORT __declspec(dllexport)
16 # define LOG4CPP_EXPORT
19 # if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__MINGW32__)
20 # define LOG4CPP_EXPORT __declspec(dllimport)
22 # define LOG4CPP_EXPORT
26 # define LOG4CPP_EXPORT