Add the decVal field to VARIANT.
commit9947b68c3e2419840548b280a70716d6ecdafee1
authorFrancois Gouget <fgouget@free.fr>
Tue, 21 Aug 2001 17:03:10 +0000 (21 17:03 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 21 Aug 2001 17:03:10 +0000 (21 17:03 +0000)
tree40f6384eaf21eaf267bfd644f9d5f7909d13eb1f
parent05b6618ff35dd29e515e0600332f436c4d3a9dc7
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.
dlls/oleaut32/olepicture.c
dlls/oleaut32/typelib.c
dlls/oleaut32/variant.c
include/oleauto.h
include/wine/obj_oleaut.h