Commit 5651c9dd authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

dbghelp: Make minidump_add_memory64_block() static.

parent 7604174e
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment