Added patch to create HKLM\Software\Microsoft\Cryptography\MachineGuid registry key.

This commit is contained in:
Sebastian Lackner
2015-05-03 18:52:56 +02:00
parent f3b8a3bfa3
commit ffb7bab285
5 changed files with 102 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -10,6 +10,7 @@ wine-staging (1.7.42) UNRELEASED; urgency=low
* Added patch to return failure in NtProtectVirtualMemory when last argument is omitted.
* Added patch to emulate \Device\Null using /dev/null.
* Added patch to make sure OpenClipboard with current owner doesn't fail.
* Added patch to create HKLM\Software\Microsoft\Cryptography\MachineGuid registry key.
* 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).