diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-07-30 06:15:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-30 06:15:51 (GMT) |
commit | 6c89a9a4c7d1804e16038f9ee3a0b2efaa4bdee6 (patch) | |
tree | e8483fe426b635f1686597698da7ea864448136b /PC/getpathp.c | |
parent | ad4f64d58c020016bd438de0e863a0d31d0f0dac (diff) | |
download | cpython-6c89a9a4c7d1804e16038f9ee3a0b2efaa4bdee6.zip cpython-6c89a9a4c7d1804e16038f9ee3a0b2efaa4bdee6.tar.gz cpython-6c89a9a4c7d1804e16038f9ee3a0b2efaa4bdee6.tar.bz2 |
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/getpathp.c')
-rw-r--r-- | PC/getpathp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/getpathp.c b/PC/getpathp.c index 9382843..bc85b58 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> |