Fix incorrect scaling for DECIMAL values in VarDecAdd.

This commit is contained in:
Sebastian Lackner
2014-07-07 22:19:53 +02:00
parent 1fbebd0a1a
commit 4ad4f948c3
6 changed files with 232 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ Current patches include:
* Support for GetVolumePathName
* 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)
* Fix incorrect scaling for DECIMAL values in VarDecAdd (http://bugs.winehq.org/show_bug.cgi?id=31269)
* 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)