VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfutilDefines.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2006 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 #pragma once
6 
10 
11 #if USE_VLD_MEMORY_TRACKING && (_DEBUG || VLD_FORCE_ENABLE)
12 #include <vld.h>
13 #endif
14 
17 #if _MSC_VER == 1200
18  #pragma warning (disable:4275)
19 #else
20  #pragma warning (disable:4251)
21 #endif
22 
23 #ifdef WIN32
24  #ifdef DT_DLL_BUILD
25  #ifdef vrfutil_EXPORTS
26  #define DT_DLL_vrfutil __declspec(dllexport)
27  #else
28  #define DT_DLL_vrfutil __declspec(dllimport)
29  #endif
30  #else
31  #define DT_DLL_vrfutil
32  #endif
33 #else
34  #define DT_DLL_vrfutil
35 #endif

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)