VR-Link C# API Documentation
 All Classes Files Functions Variables Enumerations Enumerator Macros 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 Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)