Commit e6a4755e authored by Erik Janssens's avatar Erik Janssens Committed by INADA Naoki

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

parent 67b9cc8e
...@@ -21,7 +21,7 @@ ...@@ -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 */
......
...@@ -303,7 +303,7 @@ http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libc/net/getaddrinfo.c.diff?r1=1.82& ...@@ -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 */
......
...@@ -15,7 +15,7 @@ ...@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment