]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-34217: Use lowercase for windows headers (GH-8472)
authorErik Janssens <erik.janssens@conceptive.be>
Thu, 16 Aug 2018 06:40:50 +0000 (08:40 +0200)
committerINADA Naoki <methane@users.noreply.github.com>
Thu, 16 Aug 2018 06:40:50 +0000 (15:40 +0900)
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 30001754fe576b102b0f57e26e961d4d36dba9ee..3a439c4bfadc30f7b04b9a96de3b443cd4ee9f30 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>