mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
bpo-30631: Silence MSVC warnings in third-party code (GH-1963)
This commit is contained in:
parent
51599e2bdd
commit
c9318853bb
4 changed files with 7 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue