VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
coLromMapper
coLromMapExport.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2007 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: coLromMapExport.h,v $ $Revision: 1.1 $ $State: Exp $
7
*********************************************************************/
8
#ifndef coLromMapExport_H_
9
#define coLromMapExport_H_
10
15
16
#ifdef _WIN32
17
#ifndef DT_COMMONLROM_STATIC
18
#ifdef COMMONLROM_EXPORTS
19
#define DT_DLL_COMMONLROM __declspec ( dllexport )
20
#else
21
#define DT_DLL_COMMONLROM __declspec ( dllimport )
22
#endif
23
#else
24
#define DT_DLL_COMMONLROM
25
#endif
26
#else
27
#define DT_DLL_COMMONLROM
28
#endif
29
30
#endif
Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)