create MiniDump on crash in Debug builds
This commit is contained in:
parent
59a57ed7a5
commit
76dd7ae674
4 changed files with 36 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
|
||||
int dbg_exception_handler(EXCEPTION_POINTERS* exception);
|
||||
void dbg_counter_start();
|
||||
double dbg_counter_stop();
|
||||
void dbg_debug_string(const char *format, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue