Added patch to workaround installation bug of IE7 caused by version bump.

This commit is contained in:
Sebastian Lackner
2015-12-27 22:28:37 +01:00
parent 26ef94413d
commit dcdcf18047
5 changed files with 52 additions and 1 deletions

View File

@@ -34,13 +34,14 @@ Wine. All those differences are also documented on the
Included bug fixes and improvements
-----------------------------------
**Bug fixes and features included in the next upcoming release [5]:**
**Bug fixes and features included in the next upcoming release [6]:**
* Avoid corruption of caret when SetCaretPos() is called
* Check IsWoW64Process before calling Wow64 functions in UNIXFS_get_unix_path
* Pass MOUSEHOOKSTRUCTEX struct to mouse hook callback ([Wine Bug #38314](https://bugs.winehq.org/show_bug.cgi?id=38314))
* SHMapHandle should not set error when NULL is passed as hShared
* SysAllocStringByteLen should align terminating null WCHAR
* Workaround installation bug of IE7 caused by version bump
**Bug fixes and features in Wine Staging 1.8 [268]:**