rpcrt4: Store the return value on the stack for interpreted stubs.
commit312df9bf7f7f34cea9f89a5bfebf4bbadbf503e0
authorRobert Shearman <rob@codeweavers.com>
Thu, 20 Apr 2006 10:43:22 +0000 (20 11:43 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 20 Apr 2006 13:10:25 +0000 (20 15:10 +0200)
tree865efbb5be5de0637862036cd5efdaf9372a0bd4
parentf4de78babebd9694e90d0c1ab400e68daed48eff
rpcrt4: Store the return value on the stack for interpreted stubs.

Store the return value on the stack for stubs, as MIDL reserves space
for it and gives us a stack offset. This fixes calling methods with
thunks that assume that the return value will be stored on the stack.
dlls/rpcrt4/ndr_stubless.c