VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 
12 #include <vrvUtil/signalslib.h>
13 
14 namespace makVrv
15 {
16  class DtDe;
17 }
18 
20 #ifdef WIN32
21  #ifdef DT_DLL_BUILD
22  #ifdef simulationObjectEditorImpl_EXPORTS
23  #pragma warning (disable:4251)
25  #define DT_DLL_simulationObjectEditorimpl __declspec(dllexport)
26  #else
27  #define DT_DLL_simulationObjectEditorimpl __declspec(dllimport)
28  #endif
29  #else
30  #define DT_DLL_simulationObjectEditorimpl
31  #endif
32 #else
33  #define DT_DLL_simulationObjectEditorimpl
34 #endif

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)