loggerControlDefines.h
Go to the documentation of this file.
00001 /*********************************************************************
00002  ** Copyright (c) 2004 MaK Technologies, Inc.
00003  ** All rights reserved.
00004  *********************************************************************/
00005 
00008 
00009 #pragma once
00010 
00011 
00014 #include <vlutil/vlConfig.h>
00015 
00019 
00020 /* Windows requires extra work to export from DLLs */
00021 #if DT_NEED_DLL_DECLARATIONS 
00022    #ifdef DT_DLL_LOGGERCONTROL
00023    #undef DT_DLL_LOGGERCONTROL
00024    #define DT_DLL_LOGGERCONTROL     __declspec( dllexport )
00025    #else
00026    #define DT_DLL_LOGGERCONTROL     __declspec( dllimport )
00027    #endif
00028 #else /* DT_NEED_DLL_DECLARATIONS */
00029 
00030 
00031    #define DT_DLL_LOGGERCONTROL
00032 #endif /* Dt_NEED_DLL_DECLARATIONS */
00033 
00034 
00035 #if _WIN32
00036 
00037 
00038 #pragma warning( disable : 4290 ) 
00039 #pragma warning( disable : 4786 )
00040 
00041 #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)