Skip to content

Commit 81f6987

Browse files
committed
Make exception handling / CrashLogger PR 705 fully compatible with IS_MASTER builds.
With Miredirex.
1 parent 2430e13 commit 81f6987

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Code/client/CrashHandler.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include <BranchInfo.h>
12
#include "CrashHandler.h"
23
#include <DbgHelp.h>
34
#include <Windows.h>

Code/client/TiltedOnlineApp.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
#include <BranchInfo.h>
44
#include <d3d11.h>
55

6-
#if (!IS_MASTER)
76
#include "CrashHandler.h"
8-
#else
9-
#include <crash_handler/CrashHandler.h>
10-
#endif
117

128
struct TiltedOnlineApp final : App
139
{

0 commit comments

Comments
 (0)