Go to the documentation of this file.
28 #ifndef _LOG4TANGO_EXPORT_H
29 #define _LOG4TANGO_EXPORT_H
31 #ifdef LOG4TANGO_HAS_DLL
32 # ifdef LOG4TANGO_BUILD_DLL
33 # define LOG4TANGO_EXPORT __declspec(dllexport)
35 # define LOG4TANGO_EXPORT __declspec(dllimport)
38 # define LOG4TANGO_EXPORT
41 #endif // _LOG4TANGO_EXPORT_H