summaryrefslogtreecommitdiffstats
path: root/PCbuild/_freeze_module.vcxproj
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2021-11-05 23:06:45 (GMT)
committerGitHub <noreply@github.com>2021-11-05 23:06:45 (GMT)
commita4774f42e35861c4bb16928cffb011c2d8a285ac (patch)
tree7f996828acfbced9695297ee6b957b2ede44bdf1 /PCbuild/_freeze_module.vcxproj
parent4d8f2e09b6216449f7b10eb42fd9af0d32f99be3 (diff)
downloadcpython-a4774f42e35861c4bb16928cffb011c2d8a285ac.zip
cpython-a4774f42e35861c4bb16928cffb011c2d8a285ac.tar.gz
cpython-a4774f42e35861c4bb16928cffb011c2d8a285ac.tar.bz2
bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)
Diffstat (limited to 'PCbuild/_freeze_module.vcxproj')
-rw-r--r--PCbuild/_freeze_module.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/_freeze_module.vcxproj b/PCbuild/_freeze_module.vcxproj
index 12bdde2..d33e07c 100644
--- a/PCbuild/_freeze_module.vcxproj
+++ b/PCbuild/_freeze_module.vcxproj
@@ -92,7 +92,7 @@
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
- <AdditionalDependencies>version.lib;shlwapi.lib;ws2_32.lib;pathcch.lib;bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <AdditionalDependencies>version.lib;ws2_32.lib;pathcch.lib;bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup>