VR-Forces 4.1.1 Class Documentation
displayCSDefines.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2006 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: displayCSDefines.h,v $ $Revision: 1.1 $ $State: Exp $
7 ********************************************************************/
8 #ifndef TDB_DISPLAYCS_DEFINES
9 #define TDB_DISPLAYCS_DEFINES
10 
14 
16 #ifdef WIN32
17  #ifdef DT_DLL_BUILD
18  #ifdef displayCS_EXPORTS
19  #define DT_DLL_displayCS __declspec(dllexport)
20  #else
21  #define DT_DLL_displayCS __declspec(dllimport)
22  #endif
23  #else
24  #define DT_DLL_displayCS
25  #endif
26 #else
27  #define DT_DLL_displayCS
28 #endif
29 
30 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)