ChangeSet ID: 6865 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/01/02 17:11:56
Modified files: dlls/oleaut32 : variant.c
Log message: Marcus Meissner marcus@jet.franken.de Handle VT_ERROR->VT_I4/VT_R4 coercion. VariantCopy does not need to check the return of VariantClear. VariantCopyInd now copies VT_UNKNOWN and VT_DISPATCH too. VarCmp handles VT_BOOL. VarFormat handles VT_BSTR. coerce_array fixed for VT_ARRAY|VT_UI1 -> VT_BSTR and VT_ARRAY|x -> VT_SAFEARRAY cases. VarCat tries to coerce types into VT_BSTR to do cat.
Patch: http://cvs.winehq.com/patch.py?id=6865
Old revision New revision Changes Path 1.50 1.51 +131 -98 wine/dlls/oleaut32/variant.c