Added patches for ntoskrnl.ProbeFor{Read,Write}.

This commit is contained in:
Sebastian Lackner
2015-02-27 01:31:59 +01:00
parent b4c665d65a
commit a63ea08036
4 changed files with 89 additions and 0 deletions

1
debian/changelog vendored
View File

@@ -12,6 +12,7 @@ wine-staging (1.7.38) UNRELEASED; urgency=low
* Added patch for CopyFileEx progress callback and cancellation support.
* Added first set of patches for job objects (by Andrew Cook).
* Added patch for stub of gdiplus.GdipCreateEffect.
* Added patches for ntoskrnl.ProbeFor{Read,Write}.
* Removed patch to properly call DriverUnload when unloading device drivers (accepted upstream).
* Removed patch to allow Accept-Encoding for HTTP/1.0 in wininet (accepted upstream).
* Removed patch to declare pDirectInputCreateEx in a MSVC compatible way (accepted upstream).