VR-Exchange 2.4 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
makLromMapExport.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2014 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #ifdef _WIN32
13 // The TENA Middleware requires an expanded FD_SETSIZE; let ACE #define it
14 // before <WinSock2.h> is #included as a side effect of one of the MFC headers
15 #include <ACE/config.h>
16 #endif
17 
18 // Get proper local export symbol
19 #ifdef _WIN32
20 # ifdef makLromMapper_EXPORTS
21 # define DT_DLL_MAKLROM __declspec ( dllexport )
22 # else
23 # define DT_DLL_MAKLROM __declspec ( dllimport )
24 # endif
25 #else
26 # define DT_DLL_MAKLROM
27 #endif

Document ID: Generated on Thu Jul 23 10:25:22 EDT 2015 from SVN revision 155065
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)