Go to the documentation of this file.
6 #ifndef _ALCOMMON_API_HPP_
7 #define _ALCOMMON_API_HPP_
9 #include <qi/macro.hpp>
11 #ifdef alcommon_EXPORTS
12 # define ALCOMMON_API QI_EXPORT_API
14 # define ALCOMMON_API QI_IMPORT_API
17 #define ALCOMMON_API_LEVEL 1
19 #endif // _ALCOMMON_API_HPP_