Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
Config.h
Go to the documentation of this file.
1//
2// Copyright (c) ZeroC, Inc. All rights reserved.
3//
4
5#ifndef ICESSL_CONFIG_H
6#define ICESSL_CONFIG_H
7
8#include <Ice/Config.h>
9
10//
11// Automatically link IceSSL[D|++11|++11D].lib with Visual C++
12//
13#if !defined(ICE_BUILDING_ICESSL) && defined(ICESSL_API_EXPORTS)
14# define ICE_BUILDING_ICESSL
15#endif
16
17#if defined(_MSC_VER) && !defined(ICE_BUILDING_ICESSL)
18# pragma comment(lib, ICE_LIBNAME("IceSSL"))
19#endif
20
21#endif