h1-mod/src/common/exception/minidump.hpp

9 lines
132 B
C++
Raw Normal View History

2022-02-03 14:05:24 -05:00
#pragma once
#include "../utils/nt.hpp"
namespace exception
{
std::string create_minidump(LPEXCEPTION_POINTERS exceptioninfo);
}