mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-29 12:25:08 +03:00
Merge 3c661019e3
into 6717877231
This commit is contained in:
commit
911859fdcc
@ -3529,6 +3529,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