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