9 lines
132 B
C++
9 lines
132 B
C++
#pragma once
|
|
|
|
#include "../utils/nt.hpp"
|
|
|
|
namespace exception
|
|
{
|
|
std::string create_minidump(LPEXCEPTION_POINTERS exceptioninfo);
|
|
}
|