aboutsummaryrefslogtreecommitdiffstats
path: root/api/api.vcxproj
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2020-07-29 10:10:42 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2020-10-30 16:50:59 +0100
commitabd20337e2a2ec1c4a34c1b839ee0ed575689527 (patch)
tree8db5d33f19f6107633110dcd8101a37784ee7b5f /api/api.vcxproj
parentapi: revise str/memcpy (diff)
downloadwintun-abd20337e2a2ec1c4a34c1b839ee0ed575689527.tar.xz
wintun-abd20337e2a2ec1c4a34c1b839ee0ed575689527.zip
api: split api.h
As the project grew, api.h got bloated. Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'api/api.vcxproj')
-rw-r--r--api/api.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/api/api.vcxproj b/api/api.vcxproj
index 89cc0a6..19fdd17 100644
--- a/api/api.vcxproj
+++ b/api/api.vcxproj
@@ -186,7 +186,11 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="api.h" />
+ <ClInclude Include="devmgmt.h" />
+ <ClInclude Include="namespace.h" />
+ <ClInclude Include="nci.h" />
<ClInclude Include="pch.h" />
+ <ClInclude Include="registry.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="api.c" />