From: Erik Janssens Date: Thu, 16 Aug 2018 06:40:50 +0000 (+0200) Subject: bpo-34217: Use lowercase for windows headers (GH-8472) X-Git-Tag: v3.8.0a1~1202 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6a4755e6793942b950c1595e0c34bd66a0ee13e;p=thirdparty%2FPython%2Fcpython.git bpo-34217: Use lowercase for windows headers (GH-8472) --- diff --git a/Modules/_io/_iomodule.c b/Modules/_io/_iomodule.c index 667446526a0b..0d8a638f40cf 100644 --- a/Modules/_io/_iomodule.c +++ b/Modules/_io/_iomodule.c @@ -21,7 +21,7 @@ #endif /* HAVE_SYS_STAT_H */ #ifdef MS_WINDOWS -#include +#include #endif /* Various interned strings */ diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index 30001754fe57..3a439c4bfadc 100644 --- a/Modules/socketmodule.c +++ b/Modules/socketmodule.c @@ -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 +#include /* remove some flags on older version Windows during run-time. https://msdn.microsoft.com/en-us/library/windows/desktop/ms738596.aspx */ diff --git a/Tools/msi/bundle/bootstrap/pch.h b/Tools/msi/bundle/bootstrap/pch.h index 6a66fa5a51eb..b0aa5111dabd 100644 --- a/Tools/msi/bundle/bootstrap/pch.h +++ b/Tools/msi/bundle/bootstrap/pch.h @@ -15,7 +15,7 @@ #include #include -#include +#include #include #include #include