VR-Forces 4.0.4 Class Documentation
include/mgwrapper/mgwrapperDefines.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2011 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 #pragma once
00006 #ifndef MG_WRAPPER_DEFINES
00007 #define MG_WRAPPER_DEFINES
00008 
00009 // This file is used to determine how to build
00010 #ifdef WIN32
00011    #ifdef DT_DLL_BUILD
00012       #ifdef mgwrapper_EXPORTS
00013          #define DT_DLL_mgwrapper __declspec(dllexport)
00014       #else
00015          #define DT_DLL_mgwrapper __declspec(dllimport)
00016       #endif
00017    #else
00018       #define DT_DLL_mgwrapper
00019    #endif
00020 #else
00021    #define DT_DLL_mgwrapper
00022 #endif
00023 
00024 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)