![]() |
VR-Link API Documentation for HLA Evolved
|
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