mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-21 18:59:50 +05:00
Update ProxySetting.cs
This commit is contained in:
@@ -82,7 +82,7 @@ namespace v2rayN.HttpProxyHandler
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
list.options = optionsPtr;i
|
list.options = optionsPtr;
|
||||||
|
|
||||||
// and then make a pointer out of the whole list
|
// and then make a pointer out of the whole list
|
||||||
IntPtr ipcoListPtr = Marshal.AllocCoTaskMem((int)list.dwSize);
|
IntPtr ipcoListPtr = Marshal.AllocCoTaskMem((int)list.dwSize);
|
||||||
|
|||||||
Reference in New Issue
Block a user