VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrfMsgTransportDefines.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2006 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: vrfMsgTransportDefines.h,v $ $Revision: 1.1 $ $State: Exp $
7 ********************************************************************/
8 #ifndef TDB_VRFMSGTRANSPORT_DEFINES
9 #define TDB_VRFMSGTRANSPORT_DEFINES
10 
14 
16 #ifdef WIN32
17  #ifdef DT_DLL_BUILD
18  #ifdef vrfMsgTransport_EXPORTS
19  #pragma warning (disable:4251)
20  #define DT_DLL_vrfMsgTransport __declspec(dllexport)
21  #else
22  #define DT_DLL_vrfMsgTransport __declspec(dllimport)
23  #endif
24  #else
25  #define DT_DLL_vrfMsgTransport
26  #endif
27 #else
28  #define DT_DLL_vrfMsgTransport
29 #endif
30 
31 #endif

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)