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

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)