Common: Add crash handler functions for Windows
This commit is contained in:
8
src/common/crash_handler.h
Normal file
8
src/common/crash_handler.h
Normal file
@ -0,0 +1,8 @@
|
||||
#include "types.h"
|
||||
#include <string_view>
|
||||
|
||||
namespace CrashHandler {
|
||||
bool Install();
|
||||
void SetWriteDirectory(const std::string_view& dump_directory);
|
||||
void Uninstall();
|
||||
} // namespace CrashHandler
|
||||
Reference in New Issue
Block a user