VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
export.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
8 #ifdef _WIN32
9 
10 //default setting
11 #define MANAGEDINTERFACE_MODULE_DLL __declspec( dllimport )
12 
13 #ifdef MANAGEDINTERFACEDIS_EXPORTS
14  #undef MANAGEDINTERFACE_MODULE_DLL
15  #define MANAGEDINTERFACE_MODULE_DLL __declspec( dllexport )
16 #endif
17 
18 #ifdef MANAGEDINTERFACEHLA13_EXPORTS
19  #undef MANAGEDINTERFACE_MODULE_DLL
20  #define MANAGEDINTERFACE_MODULE_DLL __declspec( dllexport )
21 #endif
22 
23 #ifdef MANAGEDINTERFACEHLA1516_EXPORTS
24  #undef MANAGEDINTERFACE_MODULE_DLL
25  #define MANAGEDINTERFACE_MODULE_DLL __declspec( dllexport )
26 #endif
27 
28 #ifdef MANAGEDINTERFACEHLA1516e_EXPORTS
29  #undef MANAGEDINTERFACE_MODULE_DLL
30  #define MANAGEDINTERFACE_MODULE_DLL __declspec( dllexport )
31 #endif
32 
33 #else
34  #define MANAGEDINTERFACE_MODULE_DLL
35 #endif

Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)