Core/CrashHandler: Fix nopch build

This commit is contained in:
Shauren
2025-07-13 11:44:10 +02:00
parent 32270f1e5e
commit 8fad176f5f
2 changed files with 8 additions and 7 deletions

View File

@@ -7,8 +7,9 @@
#include "Errors.h"
#include "GitRevision.h"
#include "Memory.h"
#include <stdexcept>
#include <algorithm>
#include <charconv>
#include <stdexcept>
#include <utility>
#ifdef __clang__
@@ -16,12 +17,11 @@
#define _ThrowInfo ThrowInfo
#endif
#include <comdef.h>
#include <ehdata.h>
#include <rttidata.h>
#include <tlhelp32.h>
#include <tchar.h>
#include <comdef.h>
#include <tlhelp32.h>
#include <WbemIdl.h>
#define CrashFolder _T("Crashes")

View File

@@ -6,14 +6,15 @@
#include "Define.h"
#include "Optional.h"
#include <Windows.h>
#include <dbghelp.h>
#include <winnt.h>
#include <winternl.h>
#include <dbghelp.h>
#include <compare>
#include <set>
#include <cstdlib>
#include <cstdio>
#include <stack>
#include <string>
#include <cstdio>
#include <cstdlib>
#define WER_MAX_ARRAY_ELEMENTS_COUNT 10
#define WER_MAX_NESTING_LEVEL 4