summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-11-06 01:38:50 (GMT)
committerGitHub <noreply@github.com>2021-11-06 01:38:50 (GMT)
commit5017306c8732b3ceda878db13088f8c2cf0c5e71 (patch)
tree72db0fb65048bf6857ad2d2a8673f36b3a616064 /PC
parent5fdf7912cace245b2272b4fff982603b553ff5e0 (diff)
downloadcpython-5017306c8732b3ceda878db13088f8c2cf0c5e71.zip
cpython-5017306c8732b3ceda878db13088f8c2cf0c5e71.tar.gz
cpython-5017306c8732b3ceda878db13088f8c2cf0c5e71.tar.bz2
bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)
(cherry picked from commit 804ea41211b042fa20c3cd8c0457bbfa3873128a) Co-authored-by: Steve Dower <steve.dower@python.org> Co-authored-by: Steve Dower <steve.dower@python.org>
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>