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
@ -3511,6 +3511,9 @@ void Win32PrintToFileW(wchar_t *str)
|
|||||||
return;
|
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);
|
utf = CopyUniToUtf(str);
|
||||||
|
|
||||||
WriteFile(hstdout, utf, StrLen(utf), &size, NULL);
|
WriteFile(hstdout, utf, StrLen(utf), &size, NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user