Merge commit 'e988fee1679536137b87d10e939eff5c1f27c8ab' as 'libs/libzmq'
This commit is contained in:
14
libs/libzmq/builds/deprecated-msvc/platform.hpp
Normal file
14
libs/libzmq/builds/deprecated-msvc/platform.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef __PLATFORM_HPP_INCLUDED__
|
||||
#define __PLATFORM_HPP_INCLUDED__
|
||||
|
||||
#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
|
||||
// user interface unless a sibling `libsodium` directory to that of this
|
||||
// repository exists and contains the following files:
|
||||
//
|
||||
// \builds\msvc\vs2015\libsodium.import.props
|
||||
// \builds\msvc\vs2015\libsodium.import.xml
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user