mirror of
https://github.com/alicealys/t5-gsc-utils.git
synced 2025-04-19 12:32:53 +00:00
7 lines
104 B
C++
7 lines
104 B
C++
#pragma once
|
|
|
|
namespace exception
|
|
{
|
|
std::string create_minidump(LPEXCEPTION_POINTERS exceptioninfo);
|
|
}
|