Added patch to fix various issues related to advapi32.LookupAccountSidA.

This commit is contained in:
Sebastian Lackner
2015-04-29 16:08:58 +02:00
parent e390275c1d
commit 1f8b2211dc
7 changed files with 245 additions and 39 deletions

1
debian/changelog vendored
View File

@@ -3,6 +3,7 @@ wine-staging (1.7.42) UNRELEASED; urgency=low
* Added patch to update timezone information in wine.inf.
* Added patch to fix check for texture levels in wined3d_device_update_texture.
* Added patch to ignore garbage after decoding gif lines.
* Added patch to fix various issues related to advapi32.LookupAccountSidA.
* Removed patch to avoid crash when trying to bind mshtml event scripts to window (fixed upstream).
* Removed patch for stub of ntdll.WinSqmIsOptedIn (fixed upstream).
* Removed patch to fix issues with invalid console handles for new processes (accepted upstream).