summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2021-11-06 00:25:29 (GMT)
committerGitHub <noreply@github.com>2021-11-06 00:25:29 (GMT)
commit804ea41211b042fa20c3cd8c0457bbfa3873128a (patch)
tree0d8b78e9fa80cadd8a88078203641100ec210645 /PC
parent279a7a0c9429f87c9e1f1042f580faf460b176e1 (diff)
downloadcpython-804ea41211b042fa20c3cd8c0457bbfa3873128a.zip
cpython-804ea41211b042fa20c3cd8c0457bbfa3873128a.tar.gz
cpython-804ea41211b042fa20c3cd8c0457bbfa3873128a.tar.bz2
bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)
Diffstat (limited to 'PC')
-rw-r--r--PC/getpathp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/getpathp.c b/PC/getpathp.c
index dc5b201..7c0eeab 100644
--- a/PC/getpathp.c
+++ b/PC/getpathp.c
@@ -91,7 +91,6 @@
#include <windows.h>
#include <pathcch.h>
-#include <shlwapi.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>