VR-Link API Documentation for HLA 1.3
omtReader.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *********************************************************************/
00005 
00008 
00009 #pragma once
00010 
00011 #ifdef WIN32
00012    #ifndef DT_OMTREADER_STATIC
00013       #ifdef OMTREADER_EXPORTS
00014          #define DT_DLL_OMTREADER __declspec ( dllexport )
00015       #else
00016          #define DT_DLL_OMTREADER __declspec ( dllimport )
00017       #endif
00018    #else
00019       #define DT_DLL_OMTREADER
00020    #endif
00021 #else
00022    #define DT_DLL_OMTREADER
00023 #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)