16 Mar
2004
16 Mar
'04
7:15 p.m.
ChangeSet ID: 11525 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/03/16 13:15:04 Modified files: dlls/oleaut32/tests: vartest.c dlls/oleaut32 : variant.c Log message: Fabian Cenedese <Cenedese(a)indel.ch> Let VarParseNumFromStr and VarNumFromParseNum cope with hex and oct strings. Needed from VB conversions such as CLng, CInt, CByte... Patch: http://cvs.winehq.org/patch.py?id=11525 Old revision New revision Changes Path 1.24 1.25 +39 -0 wine/dlls/oleaut32/tests/vartest.c 1.90 1.91 +167 -9 wine/dlls/oleaut32/variant.c