Merge pull request #108 from teamfisk/MiniDump

Minidump on crash
This commit is contained in:
2016-02-12 08:04:25 +01:00
3 changed files with 136 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef MiniDump_h__
#define MiniDump_h__
#include <Windows.h>
void WINAPI Create_Dump(PEXCEPTION_POINTERS pException, BOOL File_Flag, BOOL Show_Flag);
#endif