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