platform.hpp 476 Bytes
Newer Older
1 2
#ifndef __PLATFORM_HPP_INCLUDED__
#define __PLATFORM_HPP_INCLUDED__
3 4 5 6 7

#define ZMQ_HAVE_WINDOWS

// MSVC build configuration is controlled via options exposed in the Visual
// Studio user interface. The option to use libsodium is not exposed in the
8
// user interface unless a sibling `libsodium` directory to that of this
9 10 11 12 13 14
// repository exists and contains the following files:
//
// \builds\msvc\vs2015\libsodium.import.props
// \builds\msvc\vs2015\libsodium.import.xml

#endif