Added patch to check IsWoW64Process before calling Wow64 functions in UNIXFS_get_unix_path.

This commit is contained in:
Sebastian Lackner
2015-12-27 18:53:48 +01:00
parent b9c5736515
commit 25493b94b1
5 changed files with 84 additions and 1 deletions

View File

@@ -2,6 +2,8 @@ wine-staging (1.9.0) UNRELEASED; urgency=low
* Added patch to align terminating null WCHAR in SysAllocStringByteLen.
* Added patch to avoid corruption of caret when SetCaretPos() is called.
* Added patch to avoid setting error when NULL is passed to SHMapHandle.
* Added patch to check IsWoW64Process before calling Wow64 functions in
UNIXFS_get_unix_path.
* Removed patch to add a stub driver for tdi.sys (accepted upstream).
* Removed patch to implement support for ws2_32.dll.WSAPoll (accepted
upstream).