bpo-34217: Use lowercase for windows headers (GH-8472)
This commit is contained in:
parent
67b9cc8e60
commit
e6a4755e67
|
@ -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&
|
||||||
# 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 @@
|
||||||
|
|
||||||
#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>
|
||||||
|
|
Loading…
Reference in New Issue