9 lines
136 B
C++
Raw Normal View History

2023-03-06 12:40:07 -08:00
#pragma once
2023-11-10 13:52:20 -08:00
#include "../utilities/nt.hpp"
2023-03-06 12:40:07 -08:00
namespace exception
{
std::string create_minidump(LPEXCEPTION_POINTERS exceptioninfo);
}