Ice
3.8
C++ API Reference
Loading...
Searching...
No Matches
Config.h
1
// Copyright (c) ZeroC, Inc.
2
3
#ifndef DATASTORM_CONFIG_H
4
#define DATASTORM_CONFIG_H
5
6
#include "Ice/Config.h"
7
8
#ifndef DATASTORM_API
9
# if defined(DATASTORM_API_EXPORTS)
10
# define DATASTORM_API ICE_DECLSPEC_EXPORT
11
# else
12
# define DATASTORM_API ICE_DECLSPEC_IMPORT
13
# endif
14
#endif
15
16
#if defined(_MSC_VER) && !defined(DATASTORM_API_EXPORTS) && !defined(ICE_DISABLE_PRAGMA_COMMENT)
17
# pragma comment(lib, ICE_LIBNAME("DataStorm"))
// Automatically link with DataStorm[D].lib
18
#endif
19
20
#endif
DataStorm
Config.h
Generated by
1.14.0