Aldebaran documentation
|
C++ Libraries
|
index
libalextractor
2.4.3.28-r2
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
alextractor
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
Copyright Aldebaran Robotics