ChangeSet ID: 5505 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/09/23 15:38:30
Modified files: tools/winapi : c_parser.pm winapi_extract winapi_extract_options.pm winapi_fixup Added files: tools/winapi : c_type.pm tools/winapi_check: winapi_c_parser.pm
Log message: Patrik Stridvall ps@leissner.se - Made the new C parser handle the current Wine source. - Added a compabillity layer between the old and the new C parser. - Added parsing of data structures.
Patch: http://cvs.winehq.com/patch.py?id=5505
Old revision New revision Changes Path 1.5 1.6 +428 -51 wine/tools/winapi/c_parser.pm 1.16 1.17 +126 -46 wine/tools/winapi/winapi_extract 1.5 1.6 +7 -6 wine/tools/winapi/winapi_extract_options.pm 1.16 1.17 +7 -1 wine/tools/winapi/winapi_fixup Added 1.1 +0 -0 wine/tools/winapi/c_type.pm Added 1.1 +0 -0 wine/tools/winapi_check/winapi_c_parser.pm