REDRIVER2/src_rebuild/EMULATOR/CRASHHANDLER.H

12 lines
222 B
C++
Raw Normal View History

2020-03-31 18:55:57 +02:00
#ifndef CRASHHANDLER_H
#define CRASHHANDLER_H
#if defined (_WINDOWS)
#include <windows.h>
#include <Dbghelp.h>
#include <tchar.h>
LONG WINAPI unhandled_handler(struct _EXCEPTION_POINTERS* apExceptionInfo);
#endif
#endif