VR-Forces 4.2 Class Documentation
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 
13 #if _MSC_VER == 1200
14  #pragma warning (disable:4275)
15 #else
16  #pragma warning (disable:4251)
17 #endif
18 
19 #ifdef WIN32
20  #ifdef DT_DLL_BUILD
21  #ifdef vrfutil_EXPORTS
22  #define DT_DLL_vrfutil __declspec(dllexport)
23  #else
24  #define DT_DLL_vrfutil __declspec(dllimport)
25  #endif
26  #else
27  #define DT_DLL_vrfutil
28  #endif
29 #else
30  #define DT_DLL_vrfutil
31 #endif
32 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)