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