[PATCH 1/2]vbscript: Implemented builtin function CInt(try 3)

Zhan Jianyu nasa4836 at gmail.com
Thu Apr 25 16:37:39 CDT 2013


Thanks for Vincent's and Jacek's suggestion.

Compared to try 1, this patch reimplements the CInt using a
new-introduced helper function banker_rounding(), and revise the test
cases.

Compared to try 2, this patch reimplements the helper function
banker_rounding(),
using a clean way.

---
 dlls/vbscript/global.c      |   42 ++++++++++++++++++++++++++++++++++++++++--
 dlls/vbscript/tests/api.vbs |   24 ++++++++++++++++++++++++
 2 files changed, 64 insertions(+), 2 deletions(-)

--

Regards,
Zhan Jianyu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-vbscript-Implement-builtin-CInt.patch
Type: application/octet-stream
Size: 4068 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130426/dbb3a221/attachment.obj>


More information about the wine-patches mailing list