summaryrefslogtreecommitdiff
path: root/PC
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-07-29 23:15:51 -0700
committerGitHub <noreply@github.com>2018-07-29 23:15:51 -0700
commit6c89a9a4c7d1804e16038f9ee3a0b2efaa4bdee6 (patch)
treee8483fe426b635f1686597698da7ea864448136b /PC
parentad4f64d58c020016bd438de0e863a0d31d0f0dac (diff)
downloadcpython-git-6c89a9a4c7d1804e16038f9ee3a0b2efaa4bdee6.tar.gz
bpo-34217: Use lowercase header for Windows (GH-8453)
(cherry picked from commit 6cf8255912c36fec6f87f62513034d0818f61390) Co-authored-by: erikjanss <erik.janssens@conceptive.be>
Diffstat (limited to 'PC')
-rw-r--r--PC/getpathp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/getpathp.c b/PC/getpathp.c
index 93828432ae..bc85b58abf 100644
--- a/PC/getpathp.c
+++ b/PC/getpathp.c
@@ -89,7 +89,7 @@
#endif
#include <windows.h>
-#include <Shlwapi.h>
+#include <shlwapi.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>