- Check for missing modules in modules.dat.
authorPatrik Stridvall <ps@leissner.se>
Thu, 11 May 2000 21:46:17 +0000 (21:46 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 11 May 2000 21:46:17 +0000 (21:46 +0000)
commitf93f998e8c5caed4dcc4784d4f864a6cc82ea9fd
tree4ed4a89d83efba017bdfc1c2c8aa425c82304d15
parent11353fcb6cc52dad713221080769bce33ead1ab6
- Check for missing modules in modules.dat.
- New options --debug-messages for debug message checking (turned off
  by default)
- Do not discard the argument name (use in debug message checking)
- Improved parsing
- Minor bug fixes
15 files changed:
tools/winapi_check/modules.dat
tools/winapi_check/win16/ole2disp.api
tools/winapi_check/win32/advapi32.api
tools/winapi_check/win32/crtdll.api
tools/winapi_check/win32/imagehlp.api
tools/winapi_check/win32/kernel32.api
tools/winapi_check/win32/ntdll.api
tools/winapi_check/win32/oleaut32.api
tools/winapi_check/win32/riched32.api [new file with mode: 0644]
tools/winapi_check/winapi.pm
tools/winapi_check/winapi_check
tools/winapi_check/winapi_function.pm
tools/winapi_check/winapi_local.pm
tools/winapi_check/winapi_options.pm
tools/winapi_check/winapi_parser.pm