ChangeSet ID: 20159 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/09/12 15:13:41
Modified files: tools/widl : widltypes.h widl.c parser.y parser.l header.h header.c
Log message: Robert Shearman rob@codeweavers.com - Output prototypes for user marshal functions at the end of the header and by use. - Add support for range and ptr attributes and for the "small" base type.
Patch: http://cvs.winehq.org/patch.py?id=20159
Old revision New revision Changes Path 1.29 1.30 +2 -1 wine/tools/widl/widltypes.h 1.25 1.26 +7 -0 wine/tools/widl/widl.c 1.47 1.48 +7 -0 wine/tools/widl/parser.y 1.28 1.29 +3 -0 wine/tools/widl/parser.l 1.9 1.10 +1 -0 wine/tools/widl/header.h 1.36 1.37 +74 -16 wine/tools/widl/header.c