commit | 6c89a9a4c7d1804e16038f9ee3a0b2efaa4bdee6 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sun Jul 29 23:15:51 2018 -0700 |
committer | GitHub <noreply@github.com> | Sun Jul 29 23:15:51 2018 -0700 |
tree | e8483fe426b635f1686597698da7ea864448136b | |
parent | ad4f64d58c020016bd438de0e863a0d31d0f0dac [diff] [blame] |
bpo-34217: Use lowercase header for Windows (GH-8453) (cherry picked from commit 6cf8255912c36fec6f87f62513034d0818f61390) Co-authored-by: erikjanss <erik.janssens@conceptive.be>
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>