VR-Exchange 2.7 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 19 15:55:22 EDT 2021 from SVN revision 227909
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)