ChangeSet ID: 10395 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/12/10 22:28:20
Modified files: dlls/oleaut32/tests: vartest.c dlls/oleaut32 : variant.c oleaut32.spec Makefile.in Added files: dlls/oleaut32 : vartype.c
Log message: Jon Griffiths jon_p_griffiths@yahoo.com Reimplement/document every low level variant function. Implement DECIMAL, I8, UI8 types and other missing conversions. VariantChangeType: Use LOCALE_USER_DEFAULT as per MSDN. VariantChangeTypeEx: Support new types, pass proper flags. VarNumFromParseNum: Support VT_DECIMAL as output.
Patch: http://cvs.winehq.com/patch.py?id=10395
Old revision New revision Changes Path 1.17 1.18 +43 -78 wine/dlls/oleaut32/tests/vartest.c 1.78 1.79 +999 -4171 wine/dlls/oleaut32/variant.c 1.59 1.60 +128 -125 wine/dlls/oleaut32/oleaut32.spec 1.51 1.52 +2 -1 wine/dlls/oleaut32/Makefile.in Added 1.1 +0 -0 wine/dlls/oleaut32/vartype.c