Browse Source

Update ProxySetting.cs

pull/354/head
2dust 5 years ago
parent
commit
4a74102eb7
  1. 2
      v2rayN/v2rayN/HttpProxyHandler/ProxySetting.cs

2
v2rayN/v2rayN/HttpProxyHandler/ProxySetting.cs

@ -82,7 +82,7 @@ namespace v2rayN.HttpProxyHandler
}
}
list.options = optionsPtr;i
list.options = optionsPtr;
// and then make a pointer out of the whole list
IntPtr ipcoListPtr = Marshal.AllocCoTaskMem((int)list.dwSize);

Loading…
Cancel
Save