widl: Fix generation of the type format string for conformant-varying structures.
commitbb647c9b672bf52d67fd768cafffca677f724485
authorRob Shearman <robertshearman@gmail.com>
Fri, 20 Jun 2008 09:16:06 +0000 (20 10:16 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 21 Jun 2008 09:13:04 +0000 (21 11:13 +0200)
tree84e829b772b6e6dfd4a89522f58bc05f97243b0b
parent4bde42aaa20df0492e45a965ce05d4c20d36a62f
widl: Fix generation of the type format string for conformant-varying structures.

The conformance needs to be added on to the offset in the buffer so
set this before calling each the writer of each class of pointer
description in write_pointer_description.

Pass the passed in offsets to buffer and memory to
write_pointer_description_offsets in
write_varying_array_pointer_descriptions.
tools/widl/typegen.c