mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
bpo-34217: Use lowercase for windows headers (GH-8472)
This commit is contained in:
parent
67b9cc8e60
commit
e6a4755e67
3 changed files with 3 additions and 3 deletions
|
@ -303,7 +303,7 @@ http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libc/net/getaddrinfo.c.diff?r1=1.82&
|
|||
# endif
|
||||
|
||||
/* Provides the IsWindows7SP1OrGreater() function */
|
||||
#include <VersionHelpers.h>
|
||||
#include <versionhelpers.h>
|
||||
|
||||
/* remove some flags on older version Windows during run-time.
|
||||
https://msdn.microsoft.com/en-us/library/windows/desktop/ms738596.aspx */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue