VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
simulationObjectEditorImplDefines.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2015 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 simulationObjectEditorImpl_EXPORTS
22 
23  #pragma warning (disable:4251)
24  #define DT_DLL_simulationObjectEditorimpl __declspec(dllexport)
25  #else
26  #define DT_DLL_simulationObjectEditorimpl __declspec(dllimport)
27  #endif
28  #else
29  #define DT_DLL_simulationObjectEditorimpl
30  #endif
31 #else
32  #define DT_DLL_simulationObjectEditorimpl
33 #endif

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)