dbghelp: Use module's cpu word size instead of sizeof(void*) or sizeof(DWORD_PTR).
commite8b195329e4c4c9d07dbb5aed79cb1dbb99e3513
authorEric Pouech <eric.pouech@gmail.com>
Mon, 8 Nov 2021 13:57:59 +0000 (8 14:57 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 8 Nov 2021 20:00:57 +0000 (8 21:00 +0100)
treea43eebfd9def13c18601b332e4ceefaaef41cb5d
parentd72e6ac772ed7ae5160328992620944a38a145da
dbghelp: Use module's cpu word size instead of sizeof(void*) or sizeof(DWORD_PTR).

This fixes a couple of wrong pointer size computation when debugging a
WoW64 process from a 64 bit debugger.

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