dbghelp: Revisit array len description for debug format parsers.
commit9d80b19e8390ec52d8f45a7636e589f4f47064fe
authorEric Pouech <eric.pouech@orange.fr>
Sat, 21 Nov 2009 15:35:10 +0000 (21 16:35 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 23 Nov 2009 09:36:02 +0000 (23 10:36 +0100)
tree980db0faaf9f0c88e5b731eb88f2a5e54fa56ae0
parentd974a4b29fcca4220da472511c5d632a595e620d
dbghelp: Revisit array len description for debug format parsers.

One can now pass -1 as array len so that its size will be computed
later on (useful for dealing with forward declarations where size is
not known at array definition).
dlls/dbghelp/dbghelp_private.h
dlls/dbghelp/msc.c
dlls/dbghelp/type.c