mirror of
https://github.com/lltcggie/waifu2x-caffe.git
synced 2025-06-26 05:32:47 +00:00
9 lines
255 B
C
9 lines
255 B
C
|
#pragma once
|
||
|
|
||
|
#include <dbghelp.h>
|
||
|
|
||
|
void CreateDump(EXCEPTION_POINTERS *pep, DWORD ThreadID, int level = 2);
|
||
|
|
||
|
LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo, int level);
|
||
|
LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo);
|