From a020f1d4297c9277eda13b5a6a2005384d0103c4 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Mon, 21 Oct 2019 12:47:26 +1100 Subject: [PATCH] crash;win32: stub out a crash handler for windows --- debug/crash_win32.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debug/crash_win32.cpp b/debug/crash_win32.cpp index dc052abb..92540852 100644 --- a/debug/crash_win32.cpp +++ b/debug/crash_win32.cpp @@ -6,3 +6,11 @@ * Copyright 2019, Danny Robson */ +#include "crash.hpp" + +/////////////////////////////////////////////////////////////////////////////// +void +cruft::debug::init_crash_handler (void) +{ + +}