VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
entityEditorImplDefines.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2013 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #pragma once
7 
11 #include <vrvUtil/signalslib.h>
12 
13 namespace makVrv
14 {
15  class DtDe;
16 }
17 
19 #ifdef WIN32
20  #ifdef DT_DLL_BUILD
21  #ifdef entityEditorImpl_EXPORTS
22 
23  #pragma warning (disable:4251)
24  #define DT_DLL_entityeditorimpl __declspec(dllexport)
25  #else
26  #define DT_DLL_entityeditorimpl __declspec(dllimport)
27  #endif
28  #else
29  #define DT_DLL_entityeditorimpl
30  #endif
31 #else
32  #define DT_DLL_entityeditorimpl
33 #endif

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)