1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-06-29 04:15:08 +03:00
This commit is contained in:
tinyserver 2018-10-02 01:07:09 +00:00 committed by GitHub
commit 911859fdcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3529,6 +3529,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);
WriteFile(hstdout, utf, StrLen(utf), &size, NULL);