VR-Link API Documentation for DIS
makLromMapExport.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2007 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: makLromMapExport.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *********************************************************************/
00008 #ifndef makLromMapExport_H_
00009 #define makLromMapExport_H_
00010 
00011 #ifdef _WIN32
00012 #ifndef DT_MAKLROM_STATIC
00013 #ifdef MAKLROM_EXPORTS
00014 #define DT_DLL_MAKLROM __declspec ( dllexport )
00015 #else
00016 #define DT_DLL_MAKLROM __declspec ( dllimport )
00017 #endif
00018 #else
00019 #define DT_DLL_MAKLROM 
00020 #endif
00021 #else
00022 #define DT_DLL_MAKLROM 
00023 #endif
00024 
00025 #endif

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)