mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-06 07:44:57 +03:00
Enables crash minidump for Win32 vpntest. Minidump files will be saved to the 'C:\Users\<username>\AppData\Local\Temp\vpn_debug' (for normal user) or 'src\bin\vpn_debug\' (for administrator user).
This commit is contained in:
@ -886,6 +886,7 @@ bool MsIsWinXPOrWinVista();
|
||||
bool MsGetFileInformation(void *h, void *info);
|
||||
void MsSetErrorModeToSilent();
|
||||
void MsSetEnableMinidump(bool enabled);
|
||||
bool MsIsMinidumpEnabled();
|
||||
void MsWriteMinidump(wchar_t *filename, void *ex);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user