From 6089c34558ba0b4fd53fbd63e83d16e28711603a Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sat, 2 Jan 2021 07:47:25 -0500 Subject: [PATCH] - oops forgot to add this file --- src/common/platform/win32/i_crash_arm.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/common/platform/win32/i_crash_arm.cpp diff --git a/src/common/platform/win32/i_crash_arm.cpp b/src/common/platform/win32/i_crash_arm.cpp new file mode 100644 index 000000000..2a61ab42c --- /dev/null +++ b/src/common/platform/win32/i_crash_arm.cpp @@ -0,0 +1,7 @@ +// Licensed to the Public Domain by Rachael Alexandersion (c) 2021 +// This file is nothing more than a stub. Please replace with a proper copyright notice if this function is implemented for ARM. Or just use the regular i_crash.cpp + +void DisplayCrashLog() +{ + // stub +}