ws2_32-TransmitFile: Remove reference to upstream bug, main patches are already upstream.

This commit is contained in:
Sebastian Lackner 2015-10-26 22:00:24 +01:00
parent 22c57980db
commit fb56e8d212
3 changed files with 2 additions and 5 deletions

View File

@ -284,7 +284,7 @@ for more details.*
* Support for NtQuerySection ([Wine Bug #37338](https://bugs.winehq.org/show_bug.cgi?id=37338))
* Support for PulseAudio backend for audio ([Wine Bug #10495](https://bugs.winehq.org/show_bug.cgi?id=10495))
* Support for SHCreateSessionKey ([Wine Bug #35630](https://bugs.winehq.org/show_bug.cgi?id=35630))
* Support for TransmitFile ([Wine Bug #5048](https://bugs.winehq.org/show_bug.cgi?id=5048))
* ~~Support for TransmitFile~~ ([Wine Bug #5048](https://bugs.winehq.org/show_bug.cgi?id=5048))
* Support for WTSEnumerateProcessesW ([Wine Bug #29903](https://bugs.winehq.org/show_bug.cgi?id=29903))
* Support for extra large and jumbo icon lists in shell32 ([Wine Bug #24721](https://bugs.winehq.org/show_bug.cgi?id=24721))
* Support for inherited file ACLs

View File

@ -6515,9 +6515,6 @@ fi
# Patchset ws2_32-TransmitFile
# |
# | This patchset fixes the following Wine bugs:
# | * [#5048] Support for TransmitFile
# |
# | Modified files:
# | * dlls/ws2_32/socket.c, dlls/ws2_32/tests/sock.c, include/winsock.h, server/protocol.def, server/sock.c
# |

View File

@ -1 +1 @@
Fixes: [5048] Support for TransmitFile
# Fixes: [5048] Support for TransmitFile