File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Tools/msi/bundle/bootstrap Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121#endif /* HAVE_SYS_STAT_H */
2222
2323#ifdef MS_WINDOWS
24- #include <Windows .h>
24+ #include <windows .h>
2525#endif
2626
2727/* Various interned strings */
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ if_indextoname(index) -- return the corresponding interface name\n\
303303# endif
304304
305305/* Provides the IsWindows7SP1OrGreater() function */
306- #include <VersionHelpers .h>
306+ #include <versionhelpers .h>
307307
308308/* remove some flags on older version Windows during run-time.
309309 https://msdn.microsoft.com/en-us/library/windows/desktop/ms738596.aspx */
Original file line number Diff line number Diff line change 1515
1616#include <windows.h>
1717#include <gdiplus.h>
18- #include <Uxtheme .h>
18+ #include <uxtheme .h>
1919#include <msiquery.h>
2020#include <objbase.h>
2121#include <shlobj.h>
You can’t perform that action at this time.
0 commit comments