Added patch for WSARecv to call SetLastError on success.

This commit is contained in:
Erich E. Hoover
2015-01-07 10:50:48 -07:00
parent 2543a28ce4
commit 1fe2ba1ddc
3 changed files with 22 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -6,6 +6,7 @@ wine-staging (1.7.34) UNRELEASED; urgency=low
* Fix issue in user32-WndProc patch which caused crashes for some 16-bit apps.
* Fix issue in ws2_32-WriteWatches patch which can cause exceptions on the signal stack.
* Fix issue with invalid handles being incorrect when a new process is created.
* Added patch for WSARecv to call SetLastError on success.
* Added patch for CreateProcess to prioritize the working directory over the system search path.
* Added patch with stubs for WinSqm[Start|End]Session.
* Added patch to fix handling of subdirectory in FtpFindFirstFile.