diff options
author | erikjanss <erik.janssens@conceptive.be> | 2018-07-25 00:41:46 (GMT) |
---|---|---|
committer | INADA Naoki <methane@users.noreply.github.com> | 2018-07-25 00:41:46 (GMT) |
commit | 6cf8255912c36fec6f87f62513034d0818f61390 (patch) | |
tree | 95e34fd3a1fe93eed1bddcf00de125885638c77a /PC | |
parent | 53b7d4e40208d91eb30ae28821213b2d8f2befc4 (diff) | |
download | cpython-6cf8255912c36fec6f87f62513034d0818f61390.zip cpython-6cf8255912c36fec6f87f62513034d0818f61390.tar.gz cpython-6cf8255912c36fec6f87f62513034d0818f61390.tar.bz2 |
bpo-34217: Use lowercase header for Windows (GH-8453)
Diffstat (limited to 'PC')
-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 e57893d..ada0289 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> |