lgrSim.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 
00008 
00009 #ifndef lgrSim_H_
00010 #define lgrSim_H_
00011 
00012 #ifdef _WIN32
00013 #ifdef LGRSIM_EXPORTS
00014 #define DT_DLL_LGRSIM __declspec ( dllexport )
00015 #define DT_DLL_LGRSIM_C extern "C" __declspec ( dllexport )
00016 #else
00017 #define DT_DLL_LGRSIM __declspec ( dllimport )
00018 #define DT_DLL_LGRSIM_C extern "C" __declspec ( dllexport )
00019 #endif
00020 #else
00021 #define DT_DLL_LGRSIM
00022 #define DT_DLL_LGRSIM_C
00023 #endif
00024 
00025 #ifdef LGRSIM_EXPORTS
00026 #define DT_LGR_PLUGIN_EXPORT_MACRO DT_DLL_LGRSIM_C
00027 #include "lgrPlugin.h"
00028 #endif
00029 
00030 #endif

Document ID: Generated on Tue Oct 11 19:41:03 EDT 2011 from SVN revision 107422
Copyright © 2005-2011 VT MÄK Inc. All Rights Reserved (www.mak.com)