*wincompat: use new protected prefix on WindowsJason A. Donenfeld2020-03-191-2/+3 *wincompat: use string_list instead of inflatable_bufferJason A. Donenfeld2020-03-191-4/+2 *man: add a warning to the SaveConfig descriptionLuis Ressel2020-03-051-1/+2 ...
* ipc: windows: use devpkey instead of nci for name Jason A. Donenfeld 2021-07-31 4 -120/+41 * ipc: windows: don't display disabled adapters Jason A. Donenfeld 2021-07-20 1 -1/+4 * ipc: remove windows elevation Jason A. Donenfeld 2021-07-20 2 -150/+36 ...
我们使用可选的 Cookie,通过社交媒体连接等方式改善你在我们网站上的体验,并且根据你的在线活动投放个性化的广告。 如果你拒绝可选 Cookie,则我们将仅使用为你提供服务所必须的 Cookie。 你可以单击页面底部的“管理 Cookie”更改你的选择。隐私声明 第三方 Cookie 接受 拒绝 管理Cookie ...
我们使用可选的 Cookie,通过社交媒体连接等方式改善你在我们网站上的体验,并且根据你的在线活动投放个性化的广告。 如果你拒绝可选 Cookie,则我们将仅使用为你提供服务所必须的 Cookie。 你可以单击页面底部的“管理 Cookie”更改你的选择。隐私声明 第三方 Cookie 接受 拒绝 管理Cookie ...
--- a/src/ipc-uapi-windows.h+++ b/src/ipc-uapi-windows.h @@ -113,6 +113,27 @@ err: return NULL; }+static bool userspace_has_wireguard_interface(const char *iface) +{ + char fname[MAX_PATH]; + WIN32_FIND_DATA find_data;...
# The use of -Wl,/delayload: here implies we're using llvm-mingw diff --git a/src/ipc-windows.h b/src/ipc-windows.h index 59fa3a9..d237fc9 100644 --- a/src/ipc-windows.h +++ b/src/ipc-windows.h @@ -19,10 +19,11 @@ ...