Re: winapi_check and 16 bit -register functions

2004-10-22 Thread Francois Gouget
On Fri, 22 Oct 2004, Alexandre Julliard wrote: [...] They could, but that will require some changes to the .spec.c code, right now the calling convention is based on the type specified in the spec file, so pascal register functions have to be WINAPI. No problem. When/if this happens, let me know (i

Re: winapi_check and 16 bit -register functions

2004-10-22 Thread Alexandre Julliard
Francois Gouget <[EMAIL PROTECTED]> writes: > Yesterday's winapi_check path warns about 32 bit -register functions > that are implemented by stdcall functions, but not about 16 bit > -register functions implemented by stdcall functions. The reason is > that for the latter the calling convention is