[PATCH] vbscript: Implemented String(try 2)

Shuai Meng mengshuaicalendr at gmail.com
Sat Oct 25 03:10:39 CDT 2014


testbot:
    https://newtestbot.winehq.org/JobDetails.pl?Key=9749
Change log:
    made str a WCHAR rather than an array of type BSTR;
    handled the situation when the second number is greater than 256;
    fixed the range of len;
    added more tests.
---
   dlls/vbscript/global.c      | 65 
+++++++++++++++++++++++++++++++++++++++++++--
   dlls/vbscript/tests/api.vbs | 55 ++++++++++++++++++++++++++++++++++++++
   dlls/vbscript/vbscript.h    |  1 +
   3 files changed, 119 insertions(+), 2 deletions(-)



-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-vbscript-Implemented-String.txt
Type: text/x-patch
Size: 6551 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20141025/2cf7c66c/attachment.bin>


More information about the wine-patches mailing list