VR-Forces 4.0.4 Class Documentation
include/drawerNative/drawerNativeDefines.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2006 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: drawerNativeDefines.h,v $ $Revision: 1.1 $ $State: Exp $
00007 ********************************************************************/
00008 #ifndef TDB_DRAWERNATIVE_DEFINES
00009 #define TDB_DRAWERNATIVE_DEFINES
00010 
00014 
00017 #pragma warning (disable:4251)
00018 #ifdef WIN32
00019    #ifdef DT_DLL_BUILD
00020       #ifdef drawerNative_EXPORTS
00021          #define DT_DLL_drawerNative __declspec(dllexport)
00022       #else
00023          #define DT_DLL_drawerNative __declspec(dllimport)
00024       #endif
00025    #else
00026       #define DT_DLL_drawerNative
00027    #endif
00028 #else
00029    #define DT_DLL_drawerNative
00030 #endif
00031 
00032 #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)