libzmq
builds
mingw32
mingw32/platform.hpp
Go to the documentation of this file.
1
/* SPDX-License-Identifier: MPL-2.0 */
2
3
#ifndef __ZMQ_PLATFORM_HPP_INCLUDED__
4
#define __ZMQ_PLATFORM_HPP_INCLUDED__
5
6
// This is the platform definition for the MSVC platform.
7
// As a first step of the build process it is copied to
8
// zmq directory to take place of platform.hpp generated from
9
// platform.hpp.in on platforms supported by GNU autotools.
10
// Place any MSVC-specific definitions here.
11
12
#define ZMQ_HAVE_WINDOWS
13
14
#define ZMQ_USE_LIBSODIUM
15
16
#endif
libaditof
Author(s):
autogenerated on Wed May 21 2025 02:06:57