Since we're not multithreaded it only provides marginally useful
information, and it does require a newer version of the Platform SDK
than we target. We may want to reconsider this in the future along
with a fix for MinGW.
dumpType |= MiniDumpWithIndirectlyReferencedMemory |
MiniDumpWithPrivateReadWriteMemory;
}
- if (GetProcAddress(hDll, "SymFromIndex") != NULL)
- {
- /* If this function exists, we have version 6.2 or newer */
- dumpType |= MiniDumpWithThreadInfo;
- }
systemTicks = GetTickCount();
snprintf(dumpPath, _MAX_PATH,