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