2023-06-05 01:16:05 +02:00
|
|
|
/* SPDX-License-Identifier: MPL-2.0 */
|
2013-03-03 08:39:44 +01:00
|
|
|
|
|
|
|
#ifndef __ZMQ_PLATFORM_HPP_INCLUDED__
|
|
|
|
#define __ZMQ_PLATFORM_HPP_INCLUDED__
|
|
|
|
|
|
|
|
// This is the platform definition for the MSVC platform.
|
|
|
|
// As a first step of the build process it is copied to
|
|
|
|
// zmq directory to take place of platform.hpp generated from
|
|
|
|
// platform.hpp.in on platforms supported by GNU autotools.
|
|
|
|
// Place any MSVC-specific definitions here.
|
|
|
|
|
|
|
|
#define ZMQ_HAVE_WINDOWS
|
|
|
|
|
2016-12-22 07:25:00 +01:00
|
|
|
#define ZMQ_USE_LIBSODIUM
|
|
|
|
|
2013-03-03 08:39:44 +01:00
|
|
|
#endif
|