HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
COP_API.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <SYS/SYS_Visibility.h>
4 
5 #ifdef COP_EXPORTS
6 # define COP_API SYS_VISIBILITY_EXPORT
7 #else
8 # define COP_API SYS_VISIBILITY_IMPORT
9 #endif