winapi_check question...

Patrik Stridvall ps at leissner.se
Thu Oct 31 12:54:58 CST 2002


> On Thursday 31 October 2002 09:20 am, Patrik Stridvall wrote:
> > Greg wrote:
> > > winapi_check tells me:
> > >
> > > ndr_stubless.c:86: rpcrt4: LONG_PTR WINAPIV
> > > NdrClientCall2(PMIDL_STUB_DESC,PFORMAT_STRING,...): argument 1
> > > documentation: \
> > > /* CLIENT_CALL_RETURN */
> >
> > This is because winapi_check misparser the line:
> > LONG_PTR /* CLIENT_CALL_RETURN */
> > RPCRT4_NdrClientCall2(PMIDL_STUB_DESC pStubDesc, PFORMAT_STRING
> > pFormat, va_list args)
> >
> > Ignore it.
> 
> OK.  You promise it won't screw up the actual documentation bot?

Promise? Hmm. All code have bugs you know and winapi_check is
designed to be ad hoc and thus inherently buggy... :-)

But seriously, I wouldn't worry about it.

Anyway. A real fix to the code you be nice.
Presumable the type CLIENT_CALL_RETURN haven't
been declared properly.

> > > how shall I deal with these?
> >
> > Fix them as above or do as everybody elses do wait for me to fix it.
> > :-)
> 
> heh.  Well, maybe I can set an example for those deadbeats :)

:-)



More information about the wine-devel mailing list