Add crash dump functionality

This commit is contained in:
slipstream/RoL
2017-01-17 20:04:19 +00:00
parent 6b86549b7e
commit 4f77d037f3
4 changed files with 125 additions and 1 deletions

7
src/win-crashdump.h Normal file
View File

@@ -0,0 +1,7 @@
/* Copyright holders: Riley
see COPYING for more details
win-crashdump.c : Windows crash dump exception handler header file.
*/
void InitCrashDump();