VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
omtReader.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 #pragma once
10 
11 #ifdef WIN32
12  #ifndef DT_OMTREADER_STATIC
13  #ifdef OMTREADER_EXPORTS
14  #define DT_DLL_OMTREADER __declspec ( dllexport )
15  #else
16  #define DT_DLL_OMTREADER __declspec ( dllimport )
17  #endif
18  #else
19  #define DT_DLL_OMTREADER
20  #endif
21 #else
22  #define DT_DLL_OMTREADER
23 #endif

Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)