bpo-30631: Silence MSVC warnings in third-party code (GH-1963)

This commit is contained in:
Segev Finer 2017-06-16 06:12:05 +03:00 committed by Zachary Ware
parent 51599e2bdd
commit c9318853bb
4 changed files with 7 additions and 1 deletions

View file

@ -16,6 +16,7 @@
<PreprocessorDefinitions Include="L_ENDIAN" />
<PreprocessorDefinitions Include="_CRT_SECURE_NO_WARNINGS" />
<PreprocessorDefinitions Include="_CRT_SECURE_NO_DEPRECATE" />
<PreprocessorDefinitions Include="_WINSOCK_DEPRECATED_NO_WARNINGS" />
<PreprocessorDefinitions Include="OPENSSL_THREADS" />
<!-- <PreprocessorDefinitions Include="OPENSSL_SYSNAME_WIN32" /> -->
<PreprocessorDefinitions Include="OPENSSL_IA32_SSE2" />