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