Added patch to set last error when GetRawInputDeviceList fails.

This commit is contained in:
Sebastian Lackner
2014-12-04 15:00:08 +01:00
parent 00872dd69c
commit e39c803fac
5 changed files with 44 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -1,6 +1,7 @@
wine-compholio (1.7.33) UNRELEASED; urgency=low
* Added additional tests for VerifyVersionInfoA.
* Added patch to fix condition handling in RtlVerifyVersionInfo.
* Added patch to set last error when GetRawInputDeviceList fails.
* Removed patch to fix copy and paste errors in ws2_32 tests (accepted upstream).
* Removed patch to fix ordering of IP addresses by metric if two addresses have the same metric (accepted upstream).
* Removed patch to reset data->pWintrustData->u.pFile->hFile after closing handle (accepted upstream).