Re: ole32: Void functions should not return a value

2007-04-12 Thread Andrew Talbot
James Hawkins wrote: > Read Andrew's last sentence. Technically no return is needed, but it > can be added for aesthetics. > Thanks, James (and everyone). If the patch gets rejected, I shall resubmit it with added returns. -- Andy.

Re: ole32: Void functions should not return a value

2007-04-12 Thread James Hawkins
On 4/12/07, Brian Gerst <[EMAIL PROTECTED]> wrote: Andrew Talbot wrote: > Robert Shearman wrote: > >> Andrew Talbot wrote: >>> diff -urN a/dlls/ole32/rpc.c b/dlls/ole32/rpc.c >>> --- a/dlls/ole32/rpc.c 2007-03-28 12:43:32.0 +0100 >>> +++ b/dlls/ole32/rpc.c 2007-04-12 20:20:48.

Re: ole32: Void functions should not return a value

2007-04-12 Thread Brian Gerst
Andrew Talbot wrote: > Robert Shearman wrote: > >> Andrew Talbot wrote: >>> diff -urN a/dlls/ole32/rpc.c b/dlls/ole32/rpc.c >>> --- a/dlls/ole32/rpc.c 2007-03-28 12:43:32.0 +0100 >>> +++ b/dlls/ole32/rpc.c 2007-04-12 20:20:48.0 +0100 >>> @@ -1352,7 +1352,7 @@ >>> T

Re: ole32: Void functions should not return a value

2007-04-12 Thread Andrew Talbot
Robert Shearman wrote: > Andrew Talbot wrote: >> diff -urN a/dlls/ole32/rpc.c b/dlls/ole32/rpc.c >> --- a/dlls/ole32/rpc.c 2007-03-28 12:43:32.0 +0100 >> +++ b/dlls/ole32/rpc.c 2007-04-12 20:20:48.0 +0100 >> @@ -1352,7 +1352,7 @@ >> TRACE("ipid = %s, iMethod = %d\n

Re: ole32: Void functions should not return a value

2007-04-12 Thread Robert Shearman
Andrew Talbot wrote: diff -urN a/dlls/ole32/rpc.c b/dlls/ole32/rpc.c --- a/dlls/ole32/rpc.c 2007-03-28 12:43:32.0 +0100 +++ b/dlls/ole32/rpc.c 2007-04-12 20:20:48.0 +0100 @@ -1352,7 +1352,7 @@ TRACE("ipid = %s, iMethod = %d\n", debugstr_guid(&ipid), msg->ProcNum); pa