On Wed, 6 Oct 2004, Francois Gouget wrote:
I found this one when examining the output of ./tools/winapi/winapi_check. It turned out to be just a stroke of luck as winapi_check seems to complain about the documentation of each and every function though I don't understand what's wrong:
$ ./tools/winapi/winapi_check dlls/advapi32/advapi.c:53: advapi32: BOOL WINAPI GetUserNameA(LPSTR,LPDWORD): documentation: GetUserNameA (ADVAPI32.@) wrong
[...]
$ ./tools/winapi/winapi_check | grep documentation: | wc -l 9489
You can ignore this. It turns out I had a bad patch in my tree. Now everything is back to normal (only 485 documentation-related issues).