10 #ifndef _LOG4CPP_PORTABILITY_HH 11 #define _LOG4CPP_PORTABILITY_HH 13 #if defined (_MSC_VER) || defined(__BORLANDC__) 14 # if defined (LOG4CPP_STLPORT_AND_BOOST_BUILD) 15 # include <log4cpp/config-win32-stlport-boost.h> 17 # include <log4cpp/config-win32.h> 20 #if defined(__OPENVMS__) 21 # include <log4cpp/config-openvms.h> 23 # if defined(__MINGW32__) 24 # include <log4cpp/config-MinGW32.h> 26 # include <log4cpp/config.h> 34 # pragma warning( disable : 4786 ) // 255 char debug symbol limit 35 # pragma warning( disable : 4290 ) // throw specifier not implemented 36 # pragma warning( disable : 4251 ) // "class XXX should be exported" 42 # ifndef LOG4CPP_HAVE_SSTREAM 50 # endif // LOG4CPP_HAVE_SSTREAM Definition: Portability.hh:44
#define LOG4CPP_EXPORT
Definition: Export.hh:19
Definition: Portability.hh:45