diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-11-06 01:38:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-06 01:38:50 (GMT) |
commit | 5017306c8732b3ceda878db13088f8c2cf0c5e71 (patch) | |
tree | 72db0fb65048bf6857ad2d2a8673f36b3a616064 /PCbuild | |
parent | 5fdf7912cace245b2272b4fff982603b553ff5e0 (diff) | |
download | cpython-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 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 2625d02..9a40905 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -106,7 +106,7 @@ <PreprocessorDefinitions Condition="$(IncludeExternals)">_Py_HAVE_ZLIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> <Link> - <AdditionalDependencies>version.lib;shlwapi.lib;ws2_32.lib;pathcch.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>version.lib;ws2_32.lib;pathcch.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <ItemGroup> |