ChangeSet ID: 15955 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2005/02/08 06:09:43 Modified files: tools/widl : write_msft.c typelib_struct.h typelib.c Log message: Huw Davies <huw(a)codeweavers.com> Add VARIANT_BOOL. Fix CURRENCY alignment. A function with a [retval] param has a bit set in the FKCCIC bitfield. Two functions with the same name share the same id. The param names of propput and propputref functions don't go into the typelib. Patch: http://cvs.winehq.org/patch.py?id=15955 Old revision New revision Changes Path 1.29 1.30 +20 -8 wine/tools/widl/write_msft.c 1.5 1.6 +1 -0 wine/tools/widl/typelib_struct.h 1.12 1.13 +10 -9 wine/tools/widl/typelib.c