Added patch with tests for imagehlp.{ImageLoad,ImageUnload,GetImageUnusedHeaderBytes}.

This commit is contained in:
Sebastian Lackner
2015-05-15 02:48:15 +02:00
parent a3ca9927db
commit dcfee86e79
4 changed files with 259 additions and 30 deletions

2
debian/changelog vendored
View File

@@ -31,6 +31,8 @@ wine-staging (1.7.43) UNRELEASED; urgency=low
system32/drivers/etc/{services,hosts,networks,protocol}.
* Added patch to allocate fake hWnd for wineconsole curses backend.
* Added patch to implement kernel32.GetSystemTimePreciseAsFileTime.
* Added patch with tests for
imagehlp.{ImageLoad,ImageUnload,GetImageUnusedHeaderBytes}.
* Removed patch to use lockfree implementation for FD cache (accepted
upstream).
* Removed patch to properly handle closing sockets during a select call