VR-Forces 4.0.4 Class Documentation
include/vrfutil/vrfutilDefines.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2006 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: vrfutilDefines.h,v $ $Revision: 1.2 $ $State: Exp $
00007 ********************************************************************/
00008 #ifndef TDB_VRFUTIL_DEFINES
00009 #define TDB_VRFUTIL_DEFINES
00010 
00014 
00017 #if _MSC_VER == 1200 //! Visual Studio 6.0
00018    #pragma warning (disable:4275)
00019 #else
00020    #pragma warning (disable:4251)
00021 #endif
00022 
00023 #ifdef WIN32
00024    #ifdef DT_DLL_BUILD
00025       #ifdef vrfutil_EXPORTS
00026          #define DT_DLL_vrfutil __declspec(dllexport)
00027       #else
00028          #define DT_DLL_vrfutil __declspec(dllimport)
00029       #endif
00030    #else
00031       #define DT_DLL_vrfutil
00032    #endif
00033 #else
00034    #define DT_DLL_vrfutil
00035 #endif
00036 
00037 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)