structural changes
This commit is contained in:
@ -79,7 +79,7 @@ namespace exception
|
||||
|
||||
std::string create_minidump(const LPEXCEPTION_POINTERS exceptioninfo)
|
||||
{
|
||||
const utils::nt::handle file_handle = write_dump_to_temp_file(exceptioninfo);
|
||||
const utilities::nt::handle file_handle = write_dump_to_temp_file(exceptioninfo);
|
||||
return read_file(file_handle);
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "../utils/nt.hpp"
|
||||
#include "../utilities/nt.hpp"
|
||||
|
||||
namespace exception
|
||||
{
|
||||
|
Reference in New Issue
Block a user