Added patch to implement inet_pton.

This commit is contained in:
Erich E. Hoover
2014-07-27 09:42:05 -06:00
parent dd68855d30
commit 98fb8a1c69
5 changed files with 82 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ PATCHLIST := Miscellaneous.ok \
winepulse-PulseAudio_Support.ok \
winex11-XEMBED.ok \
ws2_32-TransmitFile.ok \
ws2_32-inet_pton.ok \
wtsapi32-EnumerateProcesses.ok
.PHONY: install
@@ -599,6 +600,23 @@ ws2_32-TransmitFile.ok:
echo '+ { "ws2_32-TransmitFile", "Erich E. Hoover", "Implement TransmitFile." },'; \
) > ws2_32-TransmitFile.ok
# Patchset ws2_32-inet_pton
# |
# | Included patches:
# | * Implement ws2_32.inet_pton. [by Erich E. Hoover]
# |
# | This patchset fixes the following Wine bugs:
# | * [#36713] Watch_Dogs requires ws2_32.inet_pton
# |
# | Modified files:
# | * dlls/ws2_32/socket.c, dlls/ws2_32/ws2_32.spec, include/ws2tcpip.h
# |
ws2_32-inet_pton.ok:
$(PATCH) < ws2_32-inet_pton/0001-ws2_32-Implement-inet_pton.patch
@( \
echo '+ { "ws2_32-inet_pton", "Erich E. Hoover", "Implement ws2_32.inet_pton." },'; \
) > ws2_32-inet_pton.ok
# Patchset wtsapi32-EnumerateProcesses
# |
# | Included patches: