dbghelp: Make minidump_add_memory64_block() static.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
7604174e5b
commit
5651c9dd28
|
@ -294,7 +294,7 @@ static BOOL fetch_macho_module_info_cb(const WCHAR* name, unsigned long base,
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
void minidump_add_memory64_block(struct dump_context* dc, ULONG64 base, ULONG64 size)
|
||||
static void minidump_add_memory64_block(struct dump_context* dc, ULONG64 base, ULONG64 size)
|
||||
{
|
||||
if (!dc->mem64)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue