VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
strategies
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 Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)