Added patch to implement kernel32.GetSystemTimePreciseAsFileTime.

This commit is contained in:
Sebastian Lackner
2015-05-14 03:14:44 +02:00
parent d114a05de3
commit a3ca9927db
5 changed files with 129 additions and 13 deletions

1
debian/changelog vendored
View File

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