VR-Exchange 2.2 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
licenseDialogs
licenseDialogs.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: licenseDialogs.h,v $ $Revision: 1.1 $ $State: Exp $
7
******************************************************************************/
8
10
12
#include "
widgets/commonWidgets.h
"
13
14
#ifndef licenseDialogs_H_
15
#define licenseDialogs_H_
16
17
#ifdef WIN32
18
#ifdef _LICENSE_DIALOGS_EXPORTS
19
#define DT_DLL_LICENSEDIALOGS __declspec(dllexport)
20
#else
21
#define DT_DLL_LICENSEDIALOGS __declspec(dllimport)
22
#endif
23
#else
24
#define DT_DLL_LICENSEDIALOGS
25
#endif
26
27
28
#endif
29
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
)