HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VE_API.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: VE_API.h ( VE Library, C++)
7  *
8  * COMMENTS:
9  *
10  */
11 
12 #ifndef __VE_API_h__
13 #define __VE_API_h__
14 
15 #include <SYS/SYS_Visibility.h>
16 
17 #ifdef VE_EXPORTS
18 #define VE_API SYS_VISIBILITY_EXPORT
19 #else
20 #define VE_API SYS_VISIBILITY_IMPORT
21 #endif
22 
23 #endif