MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrOmtReader
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 Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)