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

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)