]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-34217: Use lowercase for windows headers (GH-8472)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 16 Aug 2018 07:29:20 +0000 (03:29 -0400)
committerGitHub <noreply@github.com>
Thu, 16 Aug 2018 07:29:20 +0000 (03:29 -0400)
(cherry picked from commit e6a4755e6793942b950c1595e0c34bd66a0ee13e)

Co-authored-by: Erik Janssens <erik.janssens@conceptive.be>
Modules/_io/_iomodule.c
Modules/socketmodule.c
Tools/msi/bundle/bootstrap/pch.h

index 667446526a0bb49759013f1f791a2470059318c9..0d8a638f40cfa4cf822ad9ccbf6b1d00ab658aad 100644 (file)
@@ -21,7 +21,7 @@
 #endif /* HAVE_SYS_STAT_H */
 
 #ifdef MS_WINDOWS
-#include <Windows.h>
+#include <windows.h>
 #endif
 
 /* Various interned strings */
index c264d33b0b0f35f78086a32fdd69e4526d15f8ea..ea01a286874baaf916e2c26e3ec9e96d9affc5b5 100644 (file)
@@ -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 */
index 6a66fa5a51ebf7c26b43adbf843187584215617d..b0aa5111dabd0d1e09d4909c1d4318f2b6285bf6 100644 (file)
@@ -15,7 +15,7 @@
 
 #include <windows.h>
 #include <gdiplus.h>
-#include <Uxtheme.h>
+#include <uxtheme.h>
 #include <msiquery.h>
 #include <objbase.h>
 #include <shlobj.h>