ChangeSet ID: 15223 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/05 11:12:25
Modified files: tools/widl : widltypes.h typelib.h typelib.c parser.y
Log message: Huw Davies huw@codeweavers.com Store interfaces, structs, coclasses and modules that are to be written into a typelib in a list.
Patch: http://cvs.winehq.org/patch.py?id=15223
Old revision New revision Changes Path 1.18 1.19 +33 -0 wine/tools/widl/widltypes.h 1.1 1.2 +1 -0 wine/tools/widl/typelib.h 1.3 1.4 +60 -28 wine/tools/widl/typelib.c 1.28 1.29 +3 -1 wine/tools/widl/parser.y