dbghelp: Added a process field to the modules pair structure.
commit32c96adddd14494ce51d7d75410f15ea80fa0acb
authorEric Pouech <eric.pouech@wanadoo.fr>
Fri, 24 Nov 2006 21:17:10 +0000 (24 22:17 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 27 Nov 2006 16:49:01 +0000 (27 17:49 +0100)
treeb684d5f16ec137e7136bd62fe8b5beed9874c3d0
parent04c7c203fc5725d2cac40b5df7010bfa1c68a52b
dbghelp: Added a process field to the modules pair structure.

This makes the code simpler to read, a bit more efficient, and
furthermore it'll be needed in future patches.
dlls/dbghelp/dbghelp_private.h
dlls/dbghelp/module.c
dlls/dbghelp/source.c
dlls/dbghelp/symbol.c
dlls/dbghelp/type.c