HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BRAY_API.h
Go to the documentation of this file.
1 
2 #ifndef __BRAY_API_h__
3 #define __BRAY_API_h__
4 
5 #include <SYS/SYS_Visibility.h>
6 
7 #ifdef BRAY_EXPORTS
8 #define BRAY_API SYS_VISIBILITY_EXPORT
9 #define BRAY_API_TMPL SYS_VISIBILITY_EXPORT_TMPL
10 #define BRAY_API_TINST SYS_VISIBILITY_EXPORT_TINST
11 #else
12 #define BRAY_API SYS_VISIBILITY_IMPORT
13 #define BRAY_API_TMPL SYS_VISIBILITY_IMPORT_TMPL
14 #define BRAY_API_TINST SYS_VISIBILITY_IMPORT_TINST
15 #endif
16 
17 #endif