VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
omtReader
omtReader.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 MAK Technologies, Inc
3
** All rights reserved.
4
*********************************************************************/
5
8
9
#pragma once
10
#ifdef DtUSE_UTILITIES_NAMESPACE
11
namespace
DtUSE_UTILITIES_NAMESPACE
12
{
13
#endif
14
15
16
#ifdef WIN32
17
#ifndef DT_OMTREADER_STATIC
18
#ifdef OMTREADER_EXPORTS
19
#define DT_DLL_OMTREADER __declspec ( dllexport )
20
#else
21
#define DT_DLL_OMTREADER __declspec ( dllimport )
22
#endif
23
#else
24
#define DT_DLL_OMTREADER
25
#endif
26
#else
27
#define DT_DLL_OMTREADER
28
#endif
29
#ifdef DtUSE_UTILITIES_NAMESPACE
30
}
// end of namespace DtUSE_UTILITIES_NAMESPACE
31
#endif
Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)