Hi,
I'm wondering why the following page
http://www.winehq.org/winapi_stats is not automatically updated using .spec files.
It's really easy to measure implementation of a library with, for instance, the following code :
Code:
$ grep stub Projects/wine/dlls/crypt32/crypt32.spec | wc -l
40
$ grep stdcall Projects/wine/dlls/crypt32/crypt32.spec | wc -l
194
$ wc -l Projects/wine/dlls/crypt32/crypt32.spec
234 Projects/wine/dlls/crypt32/crypt32.spec
So it seems that crypt32 is ~83% (194/234) implemented.