VR-Forces 4.1 Class Documentation
vrfExtObjectsDefines.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2006 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: vrfExtObjectsDefines.h,v $ $Revision: 1.1 $ $State: Exp $
7 ********************************************************************/
8 #ifndef TDB_VRFEXTOBJECTS_DEFINES
9 #define TDB_VRFEXTOBJECTS_DEFINES
10 
11 // This file is used to determine how to build
12 #ifdef WIN32
13  #ifdef DT_DLL_BUILD
14  #ifdef vrfExtObjects_EXPORTS
15  #define DT_DLL_vrfExtObjects __declspec(dllexport)
16  #else
17  #define DT_DLL_vrfExtObjects __declspec(dllimport)
18  #endif
19  #else
20  #define DT_DLL_vrfExtObjects
21  #endif
22 #else
23  #define DT_DLL_vrfExtObjects
24 #endif
25 
26 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)