HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CVEX_API.h
Go to the documentation of this file.
1 
2 #ifndef __CVEX_API_h__
3 #define __CVEX_API_h__
4 
5 #include <SYS/SYS_Visibility.h>
6 
7 #ifdef CVEX_EXPORTS
8 #define CVEX_API SYS_VISIBILITY_EXPORT
9 #define CVEX_API_TINST SYS_VISIBILITY_EXPORT_TINST
10 #define CVEX_EXTERN_TEMPLATE(...) SYS_VISIBILITY_EXPORT_EXTERN_TEMPLATE(__VA_ARGS__)
11 #else
12 #define CVEX_API SYS_VISIBILITY_IMPORT
13 #define CVEX_API_TINST SYS_VISIBILITY_IMPORT_TINST
14 #define CVEX_EXTERN_TEMPLATE(...) SYS_VISIBILITY_IMPORT_EXTERN_TEMPLATE(__VA_ARGS__)
15 #endif
16 
17 #endif