rpcrt4: Fix the conformant struct functions to not call conformant array functions.
authorRobert Shearman <rob@codeweavers.com>
Mon, 15 May 2006 12:35:31 +0000 (13:35 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 15 May 2006 14:08:36 +0000 (16:08 +0200)
commit2aff761dfd184305f0d94d64427d799b2a5c16da
tree9a4e93592392e4a39658a89bebb4ee643dad9fab
parent4af0a6b805f5816163529aeec3f2e55e8ca42e53
rpcrt4: Fix the conformant struct functions to not call conformant array functions.

The conformance has to be the first thing in the buffer, in accordance
with the DCE/RPC spec and to be compatible with the pointer layout
format strings that MIDL generates.
dlls/rpcrt4/ndr_marshall.c