aboutsummaryrefslogtreecommitdiffstats
path: root/api/api.vcxproj
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-10-30 12:25:24 +0100
committerSimon Rozman <simon@rozman.si>2020-10-31 10:41:49 +0100
commit7964694e1e43cac99b51b1c8c7908fb3d90df76a (patch)
tree929fa790a547cf73fdd6d403bfc5c90e2aa3cb55 /api/api.vcxproj
parentapi: simplify driver selection by always including EV driver (diff)
downloadwintun-7964694e1e43cac99b51b1c8c7908fb3d90df76a.tar.xz
wintun-7964694e1e43cac99b51b1c8c7908fb3d90df76a.zip
api: elevate only when needed for system operations
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'api/api.vcxproj')
-rw-r--r--api/api.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/api.vcxproj b/api/api.vcxproj
index 3c7dca7..12ae6ca 100644
--- a/api/api.vcxproj
+++ b/api/api.vcxproj
@@ -195,6 +195,7 @@
<ClInclude Include="api.h" />
<ClInclude Include="adapter.h" />
<ClInclude Include="atomic.h" />
+ <ClInclude Include="elevate.h" />
<ClInclude Include="logger.h" />
<ClInclude Include="namespace.h" />
<ClInclude Include="nci.h" />
@@ -206,6 +207,7 @@
<ItemGroup>
<ClCompile Include="api.c" />
<ClCompile Include="adapter.c" />
+ <ClCompile Include="elevate.c" />
<ClCompile Include="logger.c" />
<ClCompile Include="namespace.c" />
<ClCompile Include="nci.c" />