When adding an interface, midl adds the inherited interface first
commit652ec646ad39c3b03f02e7cf124cf69af0683728
authorHuw Davies <huw@codeweavers.com>
Wed, 26 Jan 2005 20:40:34 +0000 (26 20:40 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 26 Jan 2005 20:40:34 +0000 (26 20:40 +0000)
tree8406fe9617ef18ad0a0bb6c906e6ae4e066dbe46
parente5f2ed4c66cb8188b9bcc20ad5345b91803da330
When adding an interface, midl adds the inherited interface first
unless the inherited interface doesn't itself inherit.
Fix the id, sizevft and datatype2 fields for interfaces that inherit.
Prevent a crash if the typelib is empty.
Clarify a few more entries on typelib_struct.h
tools/widl/typelib_struct.h
tools/widl/write_msft.c