diff options
| author | Erik Janssens <erik.janssens@conceptive.be> | 2018-08-16 08:40:50 +0200 |
|---|---|---|
| committer | INADA Naoki <methane@users.noreply.github.com> | 2018-08-16 15:40:50 +0900 |
| commit | e6a4755e6793942b950c1595e0c34bd66a0ee13e (patch) | |
| tree | 532f4e5c02d47b54e59ab0387a29f16c5a3cb2fc /Tools/msi | |
| parent | 67b9cc8e6072a919d2ed7e7ecc8124c8acfb3733 (diff) | |
| download | cpython-git-e6a4755e6793942b950c1595e0c34bd66a0ee13e.tar.gz | |
bpo-34217: Use lowercase for windows headers (GH-8472)
Diffstat (limited to 'Tools/msi')
| -rw-r--r-- | Tools/msi/bundle/bootstrap/pch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/bundle/bootstrap/pch.h b/Tools/msi/bundle/bootstrap/pch.h index 6a66fa5a51..b0aa5111da 100644 --- a/Tools/msi/bundle/bootstrap/pch.h +++ b/Tools/msi/bundle/bootstrap/pch.h @@ -15,7 +15,7 @@ #include <windows.h> #include <gdiplus.h> -#include <Uxtheme.h> +#include <uxtheme.h> #include <msiquery.h> #include <objbase.h> #include <shlobj.h> |
