dbghelp/msc: Better detect whether IPI stream is present.
commit0c3274b526eea28f8686ba9c47ae89e3ad4431ac
authorEric Pouech <eric.pouech@gmail.com>
Wed, 10 Nov 2021 15:42:14 +0000 (10 16:42 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 10 Nov 2021 19:14:08 +0000 (10 20:14 +0100)
tree1d107fde02c57f3251bf4926dd9f21b20099a0f1
parent92fabc64e50d3201f3ed270214f9121f9952957d
dbghelp/msc: Better detect whether IPI stream is present.

Old version of PDB files can have a stream #4 which is not an IPI stream
Available documentation isn't 100% clear about when IPI has been
introduced.
So decide that IPI is present when header of stream looks like a type
stream header.

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/dbghelp/msc.c