ChangeSet ID: 14320 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/10/25 19:12:22
Modified files: tools/winapi : winapi_test winapi_module_user.pm winapi_fixup_statements.pm winapi_fixup_editor.pm winapi_fixup_documentation.pm winapi_fixup winapi_extract winapi_cleanup winapi_check_options.pm winapi.pm util.pm type.pm tests.pm options.pm msvcmaker make_parser.pm make_filter function.pm config.pm c_type.pm c_parser.pm c_function.pm
Log message: Francois Gouget fgouget@free.fr Add function prototypes. Change the way functions are called and either alter their declaration order or predeclare them so perl can check the prototypes.
Patch: http://cvs.winehq.org/patch.py?id=14320
Old revision New revision Changes Path 1.19 1.20 +13 -12 wine/tools/winapi/winapi_test 1.4 1.5 +19 -19 wine/tools/winapi/winapi_module_user.pm 1.5 1.6 +12 -12 wine/tools/winapi/winapi_fixup_statements.pm 1.4 1.5 +9 -9 wine/tools/winapi/winapi_fixup_editor.pm 1.3 1.4 +2 -2 wine/tools/winapi/winapi_fixup_documentation.pm 1.17 1.18 +6 -6 wine/tools/winapi/winapi_fixup 1.22 1.23 +4 -4 wine/tools/winapi/winapi_extract 1.5 1.6 +3 -3 wine/tools/winapi/winapi_cleanup 1.8 1.9 +3 -3 wine/tools/winapi/winapi_check_options.pm 1.12 1.13 +70 -62 wine/tools/winapi/winapi.pm 1.5 1.6 +9 -9 wine/tools/winapi/util.pm 1.2 1.3 +1 -1 wine/tools/winapi/type.pm 1.2 1.3 +10 -8 wine/tools/winapi/tests.pm 1.11 1.12 +13 -11 wine/tools/winapi/options.pm 1.34 1.35 +1 -1 wine/tools/winapi/msvcmaker 1.10 1.11 +234 -226 wine/tools/winapi/make_parser.pm 1.5 1.6 +4 -4 wine/tools/winapi/make_filter 1.4 1.5 +15 -15 wine/tools/winapi/function.pm 1.15 1.16 +50 -50 wine/tools/winapi/config.pm 1.10 1.11 +29 -27 wine/tools/winapi/c_type.pm 1.16 1.17 +155 -145 wine/tools/winapi/c_parser.pm 1.3 1.4 +15 -15 wine/tools/winapi/c_function.pm