MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
clientServerExConn
clientServerExConnDllDefines.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2012 VT MAK
3
** All rights reserved.
4
******************************************************************************/
5
6
#pragma once
7
8
// Windows requires extra work to export from DLLs
9
10
#if defined (_WIN32)
11
#if defined(clientServerExConn_EXPORTS)
12
#define DT_DLL_CSEC __declspec(dllexport)
13
#else
14
#define DT_DLL_CSEC __declspec(dllimport)
15
#endif
16
#else
17
#define DT_DLL_CSEC
18
#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
)