libalextractor
2.0.6.8
|
00001 00012 #pragma once 00013 #ifndef _LIBALEXTRACTOR_ALEXTRACTOR_CONFIG_H_ 00014 #define _LIBALEXTRACTOR_ALEXTRACTOR_CONFIG_H_ 00015 00016 #include <qi/macro.hpp> 00017 00018 #ifdef alextractor_EXPORTS 00019 # define ALEXTRACTOR_API QI_EXPORT_API 00020 #elif defined(alextractor_IMPORTS) 00021 # define ALEXTRACTOR_API QI_IMPORT_API 00022 #else 00023 # define ALEXTRACTOR_API 00024 #endif 00025 00026 #endif // _LIBALEXTRACTOR_ALEXTRACTOR_CONFIG_H_ 00027