diff options
author | Segev Finer <segev208@gmail.com> | 2017-06-16 03:12:05 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2017-06-16 03:12:05 (GMT) |
commit | c9318853bbe8d62cb72ed853b0ffb75311ea474c (patch) | |
tree | 9a566eea7eb8f7299a88f68ab588b42b92c3ea70 /PCbuild/openssl.props | |
parent | 51599e2bdd10ab77212a7cbb41a13ea70ee13da8 (diff) | |
download | cpython-c9318853bbe8d62cb72ed853b0ffb75311ea474c.zip cpython-c9318853bbe8d62cb72ed853b0ffb75311ea474c.tar.gz cpython-c9318853bbe8d62cb72ed853b0ffb75311ea474c.tar.bz2 |
bpo-30631: Silence MSVC warnings in third-party code (GH-1963)
Diffstat (limited to 'PCbuild/openssl.props')
-rw-r--r-- | PCbuild/openssl.props | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild/openssl.props b/PCbuild/openssl.props index 0de4e43..0fc8adc 100644 --- a/PCbuild/openssl.props +++ b/PCbuild/openssl.props @@ -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" /> |