summaryrefslogtreecommitdiffstats
path: root/PCbuild/_socket.vcxproj
diff options
context:
space:
mode:
authorJordan Borean <jborean93@gmail.com>2022-05-24 20:37:06 (GMT)
committerGitHub <noreply@github.com>2022-05-24 20:37:06 (GMT)
commitfbd11f3edd6d2034774d802e048261e613ffcbf5 (patch)
tree23a08f9441e5a173240ec392c92be14dda2b0251 /PCbuild/_socket.vcxproj
parent5115a1683154a1f2093aa7f2c6834e47d326cb7d (diff)
downloadcpython-fbd11f3edd6d2034774d802e048261e613ffcbf5.zip
cpython-fbd11f3edd6d2034774d802e048261e613ffcbf5.tar.gz
cpython-fbd11f3edd6d2034774d802e048261e613ffcbf5.tar.bz2
gh-92658: Add Hyper-V socket support (GH-92755)
Diffstat (limited to 'PCbuild/_socket.vcxproj')
-rw-r--r--PCbuild/_socket.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/_socket.vcxproj b/PCbuild/_socket.vcxproj
index 8fd75f9..78fa4d6 100644
--- a/PCbuild/_socket.vcxproj
+++ b/PCbuild/_socket.vcxproj
@@ -93,7 +93,7 @@
</PropertyGroup>
<ItemDefinitionGroup>
<Link>
- <AdditionalDependencies>ws2_32.lib;iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <AdditionalDependencies>ws2_32.lib;iphlpapi.lib;Rpcrt4.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup>