sampleDdm.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 1997-2010 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 
00008 
00009 #pragma once
00010 #if DtHLA
00011 
00012 #ifdef _WIN32
00013 #ifdef SAMPLE_DDM_EXPORTS
00014 #define DT_DLL_SAMPLE_DDM __declspec ( dllexport )
00015 #else
00016 #define DT_DLL_SAMPLE_DDM __declspec ( dllimport )
00017 #endif
00018 #else
00019 #define DT_DLL_SAMPLE_DDM 
00020 #endif
00021 
00022 #ifdef SAMPLE_DDM_EXPORTS
00023 #define DT_LGR_PLUGIN_EXPORT_MACRO DT_DLL_SAMPLE_DDM 
00024 #include <lgrPlugin.h>
00025 #endif
00026 
00027 #endif // DtHLA

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)