ChangeSet ID: 998413390351077867206186 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/08/21 13:03:10
Modified files: dlls/oleaut32 : olepicture.c typelib.c variant.c include : oleauto.h include/wine : obj_oleaut.h
Log message: Francois Gouget fgouget@free.fr Add the decVal field to VARIANT. Fix the VARIANT C layout, i.e. the union/struct names/nesting. Encapsulate all accesses to VARIANT types with the V_VT and V_UNION macros.
Patch: http://cvs.winehq.com/patch.py?id=998413390351077867206186
Revision Changes Path 1.11 +2 -2 wine/dlls/oleaut32/olepicture.c 1.43 +36 -40 wine/dlls/oleaut32/typelib.c 1.24 +222 -222 wine/dlls/oleaut32/variant.c 1.41 +4 -4 wine/include/oleauto.h 1.27 +68 -54 wine/include/wine/obj_oleaut.h