VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
omtReader
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 Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)