ChangeSet ID: 15696 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/26 14:40:34
Modified files: tools/widl : write_msft.c typelib_struct.h
Log message: Huw Davies huw@codeweavers.com 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
Patch: http://cvs.winehq.org/patch.py?id=15696
Old revision New revision Changes Path 1.23 1.24 +31 -8 wine/tools/widl/write_msft.c 1.3 1.4 +9 -8 wine/tools/widl/typelib_struct.h