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