Francois Gouget wrote:
tools/winapi/winapi_c_parser.pm | 264 -------------------------------- tools/winapi/winapi_extract | 8 +- tools/winapi/winapi_extract_options.pm | 7 +- 3 files changed, 4 insertions(+), 275 deletions(-) delete mode 100644 tools/winapi/winapi_c_parser.pm
Hi Francois,
After this patch, we can't run "./tools/winapi/winapi_extract --pseudo-stub-statistics" any more:
dlls/actxprxy/dlldata.c:21.2: file: } without {: \
It looks like this is the reason our winapi_stats webpage isn't up-to-date?
(Checked after seeing that email chain on wine-devel "Status of the Status pages?").
On Tue, 21 Jul 2009, Paul Vriens wrote: [...]
After this patch, we can't run "./tools/winapi/winapi_extract --pseudo-stub-statistics" any more:
dlls/actxprxy/dlldata.c:21.2: file: } without {: \
It looks like this is the reason our winapi_stats webpage isn't up-to-date?
Yes, it is. Unfortunately the new parser does not seem to hook into the correct callbacks to get the API statistics going so the fix is pretty involved and I'm lacking time to really work on it.