libalextractor  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
config.h
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef _LIBALEXTRACTOR_ALEXTRACTOR_CONFIG_H_
14 #define _LIBALEXTRACTOR_ALEXTRACTOR_CONFIG_H_
15 
16 #include <qi/macro.hpp>
17 
18 #ifdef alextractor_EXPORTS
19 # define ALEXTRACTOR_API QI_EXPORT_API
20 #elif defined(alextractor_IMPORTS)
21 # define ALEXTRACTOR_API QI_IMPORT_API
22 #else
23 # define ALEXTRACTOR_API
24 #endif
25 
26 #endif // _LIBALEXTRACTOR_ALEXTRACTOR_CONFIG_H_
27