Added patch to use close_handle instead of NtClose for internal memory management functions.

This commit is contained in:
Sebastian Lackner
2015-10-31 03:16:31 +01:00
parent fd66b3bced
commit 0488823205
4 changed files with 54 additions and 6 deletions

2
debian/changelog vendored
View File

@@ -12,6 +12,8 @@ wine-staging (1.7.54) UNRELEASED; urgency=low
* Added patch to fix build failure (introduced by makefile rewrite).
* Added patch to pass '-read_only_relocs suppress' to the linker on OSX and
enable patchset to use Nt* function wrappers.
* Added patch to use close_handle instead of NtClose for internal memory
management functions.
* Removed patch to implement kernel32.GetPhysicallyInstalledSystemMemory
(accepted upstream).
* Partially removed patches for ws2_32 TransmitFile (accepted upstream).