VR-Exchange 2.8 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
coLromMapExport.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2013 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 coLromMapper_EXPORTS
21 # define DT_DLL_COMMONLROM __declspec( dllexport )
22 # else
23 # define DT_DLL_COMMONLROM __declspec( dllimport )
24 # endif
25 #else
26 # define DT_DLL_COMMONLROM
27 #endif

Document ID: Generated on Tue Aug 16 16:15:26 EDT 2022 from SVN revision 245901
Copyright © 2005-2022 MAK Technologies. All Rights Reserved (www.mak.com)