VR-Exchange 2.2 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
widgets
commonWidgets.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
7
#ifndef commonWidgets_H_
8
#define commonWidgets_H_
9
10
//Library Name
11
#define DT_LIB_NAMESPACE MAKVrExchange
12
#define DT_LIB_MAJOR_VERSION 1
13
#define DT_LIB_MINOR_VERSION 2
14
15
#ifdef WIN32
16
#ifdef _WIDGETS_EXPORTS
17
#define DT_DLL_VRXWIDGETS __declspec(dllexport)
18
#else
19
#define DT_DLL_VRXWIDGETS __declspec(dllimport)
20
#endif
21
#else
22
#define DT_DLL_VRXWIDGETS
23
#endif
24
25
#endif
26
27
// Include version checking. Explicitly outside header guard since it must
28
// be tested for each file and can't be locked out due to multiple widgets.h.
29
#include "
commonWidgetsVersion.h
"
Document ID: Generated on Mon Apr 15 17:15:50 EDT 2013 from SVN revision 126154
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)