Add patch to fix issues with Obsidium copy protection (add missing exception in OutputDebugStringA).

This commit is contained in:
Sebastian Lackner
2014-06-14 09:45:49 +02:00
parent 882b560d0d
commit 674b998176
4 changed files with 152 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ Current patches include:
* Implement an Arial replacement font (http://bugs.winehq.org/show_bug.cgi?id=32323)
* Workaround for TransactNamedPipe not being supported (http://bugs.winehq.org/show_bug.cgi?id=17273)
* Avoid unloading modules while hook is still active (http://bugs.winehq.org/show_bug.cgi?id=22091)
* Add missing DBG_PRINTEXCEPTION_C exception in OutputDebugStringA (http://bugs.winehq.org/show_bug.cgi?id=35646)
* XEMBED support for embedding Wine windows inside Linux applications
* Reduced SetTimer minimum value from 15 ms to 5 ms (improves Silverlight framerates)
* Lockfree algorithm for filedescriptor cache (improves file access speed)