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