libalextractor  2.1.0.18
/home/opennao/work/master/sdk/libnaoqi/libalextractor/alextractor/config.h
Go to the documentation of this file.
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 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends