Updated ntdll-RtlIpv4StringToAddress reference

This commit is contained in:
Alistair Leslie-Hughes 2019-09-13 14:25:32 +10:00
parent da73254259
commit db09443c86
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
Fixes: [46149] ntdll: Implement RtlIpv4StringToAddress(Ex)A/W
#Fixes: [46149] ntdll: Implement RtlIpv4StringToAddress(Ex)A/W
Fixes: [46788] ntdll: Implement RtlIpv6AddressToStringA

View File

@ -4924,7 +4924,7 @@ fi
# Patchset ntdll-RtlIpv4StringToAddress
# |
# | This patchset fixes the following Wine bugs:
# | * [#46149] ntdll: Implement RtlIpv4StringToAddress(Ex)A/W
# | * [#46788] ntdll: Implement RtlIpv6AddressToStringA
# |
# | Modified files:
# | * dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c, dlls/ntdll/tests/rtl.c