VR-Forces 4.2 Class Documentation
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 Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)