VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
commonWgt
commonWgtDefines.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2006 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: commonWgtDefines.h,v $ $Revision: 1.1 $ $State: Exp $
7
********************************************************************/
8
#ifndef TDB_COMMONWGT_DEFINES
9
#define TDB_COMMONWGT_DEFINES
10
14
17
#pragma warning (disable:4251)
18
#ifdef WIN32
19
#ifdef DT_DLL_BUILD
20
#ifdef commonWgt_EXPORTS
21
#define DT_DLL_commonWgt __declspec(dllexport)
22
#else
23
#define DT_DLL_commonWgt __declspec(dllimport)
24
#endif
25
#else
26
#define DT_DLL_commonWgt
27
#endif
28
#else
29
#define DT_DLL_commonWgt
30
#endif
31
32
#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
)