VR-Forces 4.0.4 Class Documentation
include/bhave3DGui/bhave3DGuiDefines.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2011 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: bhave3DGuiDefines.h,v $ $Revision: 1.1 $ $State: Exp $
00007 ********************************************************************/
00008 
00009 #pragma once
00010 
00012 #ifdef WIN32
00013       #ifdef bhave3DGui_EXPORTS
00014 
00015          #pragma warning (disable:4251)
00016          #define DT_DLL_bhave3DGui __declspec(dllexport)
00017       #else
00018          #define DT_DLL_bhave3DGui __declspec(dllimport)
00019       #endif
00020 #else
00021    #define DT_DLL_bhave3DGui
00022 #endif
00023 

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)