mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-06 15:54:57 +03:00
Add string for "IF_TYPE_PROP_VIRTUAL" network interface type
This commit is contained in:
@ -3119,6 +3119,10 @@ wchar_t *MsGetAdapterTypeStr(UINT type)
|
||||
|
||||
switch (type)
|
||||
{
|
||||
case IF_TYPE_PROP_VIRTUAL:
|
||||
ret = _UU("MS_VIRTUAL");
|
||||
break;
|
||||
|
||||
case MIB_IF_TYPE_ETHERNET:
|
||||
ret = _UU("MS_ETHERNET");
|
||||
break;
|
||||
|
Reference in New Issue
Block a user