HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
APEXA_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: APEXA_API.h (APEX Library, C++)
7  *
8  * COMMENTS:
9  */
10 
11 #ifndef __APEXA_API_h__
12 #define __APEXA_API_h__
13 
14 #include <SYS/SYS_Visibility.h>
15 
16 #ifdef APEXA_EXPORTS
17 #define APEXA_API SYS_VISIBILITY_EXPORT
18 #define APEXA_API_TMPL SYS_VISIBILITY_EXPORT_TMPL
19 #define APEXA_API_TINST SYS_VISIBILITY_EXPORT_TINST
20 #else
21 #define APEXA_API SYS_VISIBILITY_IMPORT
22 #define APEXA_API_TMPL SYS_VISIBILITY_IMPORT_TMPL
23 #define APEXA_API_TINST SYS_VISIBILITY_IMPORT_TINST
24 #endif
25 
26 #endif