Commit 61f31d14 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

include: Move minidump types to a separate header.

parent 26637de7
......@@ -427,6 +427,7 @@ SOURCES = \
midles.h \
mimeinfo.idl \
mimeole.idl \
minidumpapiset.h \
minmax.h \
mlang.idl \
mmc.idl \
......
......@@ -379,7 +379,7 @@ static enum dbg_start minidump_do_reload(struct tgt_process_minidump_data* data)
break;
default: str = "???"; break;
}
dbg_printf(" on Windows %s (%lu)\n", str, msi->BuildNumber);
dbg_printf(" on Windows %s (%u)\n", str, msi->BuildNumber);
/* FIXME CSD: msi->CSDVersionRva */
if (sizeof(MINIDUMP_SYSTEM_INFO) + 4 > dir->Location.DataSize &&
......
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