ChangeSet ID: 6235 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/11/11 20:12:35
Modified files: tools/widl : widltypes.h widl.c proxy.c parser.y parser.l header.c
Log message: Ove Kaaven ovek@transgaming.com Support for enums, arrays, encapsulated unions, signed/unsigned qualifiers, UUIDs, include guards, the new ICOM_DEFINE1 macro, and some other improvements.
Patch: http://cvs.winehq.com/patch.py?id=6235
Old revision New revision Changes Path 1.3 1.4 +36 -1 wine/tools/widl/widltypes.h 1.4 1.5 +33 -6 wine/tools/widl/widl.c 1.3 1.4 +12 -11 wine/tools/widl/proxy.c 1.2 1.3 +225 -70 wine/tools/widl/parser.y 1.5 1.6 +29 -3 wine/tools/widl/parser.l 1.3 1.4 +131 -23 wine/tools/widl/header.c