VR-Exchange 2.5 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
brokers/tenaBroker/tenaBroker/dllExport.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 libTenaBroker_EXPORTS
21 # define DT_DLL_TENABROKER __declspec ( dllexport )
22 # else
23 # define DT_DLL_TENABROKER __declspec ( dllimport )
24 # endif
25 #else
26 # define DT_DLL_TENABROKER
27 #endif

Document ID: Generated on Wed Dec 21 15:05:11 EST 2016 from SVN revision 171891
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)