ntoskrnl-Emulator: Add additional patch to emulate access to KI_USER_SHARED_DATA kernel page on x86_64.

This commit is contained in:
Sebastian Lackner
2014-11-10 22:01:27 +01:00
parent c9da32b6b0
commit f5cb09e9a4
7 changed files with 394 additions and 14 deletions

1
debian/changelog vendored
View File

@@ -15,6 +15,7 @@ wine-compholio (1.7.31) UNRELEASED; urgency=low
* Added patch to allow NULL pointer for optional arguments of D3DXIntersectTri.
* Added patch to fix crash of winedevice when relocation entry crosses page boundary.
* Added patch to emulate 'mov Eb, Gb' instruction on x86 processor architecture.
* Added patch to emulate access to KI_USER_SHARED_DATA kernel page on x86_64.
* Removed patch for iphlpapi stub functions (accepted upstream).
* Removed patches for FindFirstFileExW (accepted upstream).
* Removed patches for TLB dependencies lookup in resources (accepted upstream).