Export.hh
Go to the documentation of this file.
1 #ifndef _LOG4CPP_EXPORT_HH
2 #define _LOG4CPP_EXPORT_HH
3 
4 #ifdef LOG4CPP_HAS_DLL
5 # ifdef LOG4CPP_BUILD_DLL
6 # if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__MINGW32__)
7 # define LOG4CPP_EXPORT __declspec(dllexport)
8 # elif defined(__GNUC__)
9 # define LOG4CPP_EXPORT __attribute__((visibility("default")))
10 # else
11 # define LOG4CPP_EXPORT
12 # endif
13 # else
14 # if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__MINGW32__)
15 # define LOG4CPP_EXPORT __declspec(dllimport)
16 # else
17 # define LOG4CPP_EXPORT
18 # endif
19 # endif
20 #else
21 # define LOG4CPP_EXPORT
22 #endif
23 
24 #endif // _LOG4CPP_EXPORT_HH
25 


rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Thu Jun 6 2019 19:10:54