VR-Exchange 2.7 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 Mon Apr 19 15:55:22 EDT 2021 from SVN revision 227909
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)