mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 11:55:08 +03:00
spelling: convert
This commit is contained in:
parent
035e05b0f9
commit
5040acb79b
@ -966,7 +966,7 @@ BOOLEAN PacketGetAdapters()
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Conver to ASCII
|
// Convert to ASCII
|
||||||
WideCharToMultiByte(
|
WideCharToMultiByte(
|
||||||
CP_ACP,
|
CP_ACP,
|
||||||
0,
|
0,
|
||||||
|
@ -250,7 +250,7 @@ PCHAR WChar2SChar(PWCHAR string)
|
|||||||
PCHAR TmpStr;
|
PCHAR TmpStr;
|
||||||
TmpStr = (CHAR*) GlobalAllocPtr(GMEM_MOVEABLE | GMEM_ZEROINIT, (wcslen(string)+2));
|
TmpStr = (CHAR*) GlobalAllocPtr(GMEM_MOVEABLE | GMEM_ZEROINIT, (wcslen(string)+2));
|
||||||
|
|
||||||
// Conver to ASCII
|
// Convert to ASCII
|
||||||
WideCharToMultiByte(
|
WideCharToMultiByte(
|
||||||
CP_ACP,
|
CP_ACP,
|
||||||
0,
|
0,
|
||||||
|
Loading…
Reference in New Issue
Block a user