VR-Forces 4.0.4 Class Documentation
include/gdb/gdbDefines.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2006 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: gdbDefines.h,v $ $Revision: 1.2 $ $State: Exp $
00007 ********************************************************************/
00008 #ifndef TDB_GDB_DEFINES
00009 #define TDB_GDB_DEFINES
00010 
00011 // This file is used to determine how to build
00012 // Disable inconsistent dll linkage warning
00013 #pragma warning (disable:4251)
00014 #ifdef WIN32
00015    #ifdef DT_DLL_BUILD
00016       #ifdef gdb_EXPORTS
00017          #define DT_DLL_gdb __declspec(dllexport)
00018       #else
00019          #define DT_DLL_gdb __declspec(dllimport)
00020       #endif
00021    #else
00022       #define DT_DLL_gdb
00023    #endif
00024 #else
00025    #define DT_DLL_gdb
00026 #endif
00027 
00028 #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)