2016-05-13 09:47:03 +02:00
|
|
|
#ifndef __PLATFORM_HPP_INCLUDED__
|
|
|
|
#define __PLATFORM_HPP_INCLUDED__
|
2016-05-13 00:36:18 +02:00
|
|
|
|
|
|
|
#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
|
2016-05-13 11:30:37 +02:00
|
|
|
// user interface unless a sibling `libsodium` directory to that of this
|
2016-05-13 00:36:18 +02:00
|
|
|
// repository exists and contains the following files:
|
|
|
|
//
|
|
|
|
// \builds\msvc\vs2015\libsodium.import.props
|
|
|
|
// \builds\msvc\vs2015\libsodium.import.xml
|
|
|
|
|
|
|
|
#endif
|