platform.hpp 476 B

1234567891011121314
  1. #ifndef __PLATFORM_HPP_INCLUDED__
  2. #define __PLATFORM_HPP_INCLUDED__
  3. #define ZMQ_HAVE_WINDOWS
  4. // MSVC build configuration is controlled via options exposed in the Visual
  5. // Studio user interface. The option to use libsodium is not exposed in the
  6. // user interface unless a sibling `libsodium` directory to that of this
  7. // repository exists and contains the following files:
  8. //
  9. // \builds\msvc\vs2015\libsodium.import.props
  10. // \builds\msvc\vs2015\libsodium.import.xml
  11. #endif