VR-Forces 4.0.4 Class Documentation
include/vrvDrawControl/vrvDrawControlDefines.h
Go to the documentation of this file.
00001 /*********************************************************************
00002  ** Copyright (c) 2004 MaK Technologies, Inc.
00003  ** All rights reserved.
00004  *********************************************************************/
00005 /*********************************************************************
00006  ** $RCSfile: vrvDrawControlDefines.h,v $ $Revision: 1.8 $ $State: Exp $
00007  *********************************************************************/
00008 #pragma once
00009 
00012 #include <vlutil/vlConfig.h>
00013 
00014 /* Windows requires extra work to export from DLLs */
00015 #if defined(_WIN32) && !defined(vrvDrawControl_STATIC)
00016 
00017 #ifdef DT_DLL_VRVDRAWCONTROL
00018 #undef DT_DLL_VRVDRAWCONTROL
00019 #define DT_DLL_VRVDRAWCONTROL     __declspec( dllexport )
00020 #else
00021 #define DT_DLL_VRVDRAWCONTROL     __declspec( dllimport )
00022 #endif
00023 
00024 #else 
00025 #  define DT_DLL_VRVDRAWCONTROL    
00026 #endif /* _WIN32 */
00027 
00028 
00029 #if _WIN32
00030 
00031 
00032 #pragma warning( disable : 4290 ) 
00033 #pragma warning( disable : 4786 )
00034 #endif
00035 
00036 

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)