mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-06 17:50:40 +03:00
Add debug print for dbgview.exe( www.sysinternal.com ) or other debug view tools
This commit is contained in:
parent
64fd19e6f8
commit
3c661019e3
@ -3510,6 +3510,9 @@ void Win32PrintToFileW(wchar_t *str)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
/* When debugging in windows, you can use dbgview.exe( sysinternal.com ) or other same tools to trace debug print */
|
||||
OutputDebugStringW(str);
|
||||
|
||||
utf = CopyUniToUtf(str);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user