VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
makLromMapper
makLromMapExport.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2007 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: makLromMapExport.h,v $ $Revision: 1.1 $ $State: Exp $
7
*********************************************************************/
8
#ifndef makLromMapExport_H_
9
#define makLromMapExport_H_
10
11
#ifdef _WIN32
12
#ifndef DT_MAKLROM_STATIC
13
#ifdef MAKLROM_EXPORTS
14
#define DT_DLL_MAKLROM __declspec ( dllexport )
15
#else
16
#define DT_DLL_MAKLROM __declspec ( dllimport )
17
#endif
18
#else
19
#define DT_DLL_MAKLROM
20
#endif
21
#else
22
#define DT_DLL_MAKLROM
23
#endif
24
25
#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
)