rpcrt4: Fix the calculation of element sizes for complex arrays by using a new functi...
authorRob Shearman <rob@codeweavers.com>
Mon, 14 Jan 2008 11:54:12 +0000 (11:54 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 14 Jan 2008 14:31:37 +0000 (15:31 +0100)
commitaabfc52573ff2befc43a7f92be14ba880192f932
treeed6c281c9b94c8288fa6ed68e97cea147b91a411
parent1ff2bdbd65469388949e7706a8a8dbdd279ef5a3
rpcrt4: Fix the calculation of element sizes for complex arrays by using a new function ComplexStructSize that doesn't touch the buffer to calculate the size.

Otherwise, this would fail on arrays with a conformance or variance of zero.
dlls/rpcrt4/ndr_marshall.c