bpo-34217: Use lowercase for windows headers (GH-8472)

This commit is contained in:
Erik Janssens 2018-08-16 08:40:50 +02:00 committed by INADA Naoki
parent 67b9cc8e60
commit e6a4755e67
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
#endif /* HAVE_SYS_STAT_H */ #endif /* HAVE_SYS_STAT_H */
#ifdef MS_WINDOWS #ifdef MS_WINDOWS
#include <Windows.h> #include <windows.h>
#endif #endif
/* Various interned strings */ /* Various interned strings */

View File

@ -303,7 +303,7 @@ http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libc/net/getaddrinfo.c.diff?r1=1.82&
# endif # endif
/* Provides the IsWindows7SP1OrGreater() function */ /* Provides the IsWindows7SP1OrGreater() function */
#include <VersionHelpers.h> #include <versionhelpers.h>
/* remove some flags on older version Windows during run-time. /* remove some flags on older version Windows during run-time.
https://msdn.microsoft.com/en-us/library/windows/desktop/ms738596.aspx */ https://msdn.microsoft.com/en-us/library/windows/desktop/ms738596.aspx */

View File

@ -15,7 +15,7 @@
#include <windows.h> #include <windows.h>
#include <gdiplus.h> #include <gdiplus.h>
#include <Uxtheme.h> #include <uxtheme.h>
#include <msiquery.h> #include <msiquery.h>
#include <objbase.h> #include <objbase.h>
#include <shlobj.h> #include <shlobj.h>