mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-12-10 12:11:39 +03:00
v4.10-9505-beta
This commit is contained in:
@ -232,6 +232,7 @@ bool UniInStr(wchar_t *str, wchar_t *keyword);
|
||||
bool UniInStrEx(wchar_t *str, wchar_t *keyword, bool case_sensitive);
|
||||
void ClearUniStr(wchar_t *str, UINT str_size);
|
||||
bool UniInChar(wchar_t *string, wchar_t c);
|
||||
UNI_TOKEN_LIST *UniGetLines(wchar_t *str);
|
||||
|
||||
#ifdef OS_UNIX
|
||||
void GetCurrentCharSet(char *name, UINT size);
|
||||
|
||||
Reference in New Issue
Block a user