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