aboutsummaryrefslogtreecommitdiffstats
path: root/api/api.vcxproj
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2020-10-15 11:32:06 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2020-10-30 16:51:00 +0100
commit16a9737578c585db969be64b522777c18d2b1ad6 (patch)
treee52f5b04d7c92811a8987cccdc2a0a52363202ef /api/api.vcxproj
parentapi: simplify logger macros names (diff)
downloadwintun-16a9737578c585db969be64b522777c18d2b1ad6.tar.xz
wintun-16a9737578c585db969be64b522777c18d2b1ad6.zip
api: internal reorganization
Gather adapter management in adapter.h/.c (formerly devmgmt.h/.c) and unify HwID tests. Use "Namespace" namespace in all functions from namespace.h/.c. Fix char strings in LOG_... Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'api/api.vcxproj')
-rw-r--r--api/api.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/api.vcxproj b/api/api.vcxproj
index e405f0e..b65726f 100644
--- a/api/api.vcxproj
+++ b/api/api.vcxproj
@@ -190,7 +190,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="api.h" />
- <ClInclude Include="devmgmt.h" />
+ <ClInclude Include="adapter.h" />
<ClInclude Include="driver.h" />
<ClInclude Include="logger.h" />
<ClInclude Include="namespace.h" />
@@ -201,7 +201,7 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="api.c" />
- <ClCompile Include="devmgmt.c" />
+ <ClCompile Include="adapter.c" />
<ClCompile Include="driver.c" />
<ClCompile Include="logger.c" />
<ClCompile Include="namespace.c" />