summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorErik Janssens <erik.janssens@conceptive.be>2018-08-16 06:40:50 (GMT)
committerINADA Naoki <methane@users.noreply.github.com>2018-08-16 06:40:50 (GMT)
commite6a4755e6793942b950c1595e0c34bd66a0ee13e (patch)
tree532f4e5c02d47b54e59ab0387a29f16c5a3cb2fc /Tools
parent67b9cc8e6072a919d2ed7e7ecc8124c8acfb3733 (diff)
downloadcpython-e6a4755e6793942b950c1595e0c34bd66a0ee13e.zip
cpython-e6a4755e6793942b950c1595e0c34bd66a0ee13e.tar.gz
cpython-e6a4755e6793942b950c1595e0c34bd66a0ee13e.tar.bz2
bpo-34217: Use lowercase for windows headers (GH-8472)
Diffstat (limited to 'Tools')
-rw-r--r--Tools/msi/bundle/bootstrap/pch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/bundle/bootstrap/pch.h b/Tools/msi/bundle/bootstrap/pch.h
index 6a66fa5..b0aa511 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>