VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtGlStudioShared.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #ifndef DtGlStudioShared_H_
11 #define DtGlStudioShared_H_
12 
13 #ifdef _WIN32
14 
15 #ifdef vrvGlStudioShared_EXPORTS
16 #define DT_DLL_VRVGLSTUDIOSHARED __declspec ( dllexport )
17 #else
18 #define DT_DLL_VRVGLSTUDIOSHARED __declspec ( dllimport )
19 
20 #endif
21 #else
22 #define DT_DLL_VRVGLSTUDIOSHARED
23 #endif
24 
25 #endif

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)