aboutsummaryrefslogtreecommitdiffstats
path: root/api/api.vcxproj.filters
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2020-07-24 09:39:02 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2020-10-30 16:50:59 +0100
commit5925f914e4c8a41acbae5b347afea7b47da0f87c (patch)
tree7ff255977b7b176d78bc2bfc4cfe510faa389ab2 /api/api.vcxproj.filters
parentapi: tighten source code annotation (diff)
downloadwintun-5925f914e4c8a41acbae5b347afea7b47da0f87c.tar.xz
wintun-5925f914e4c8a41acbae5b347afea7b47da0f87c.zip
api: add support for WoW64
Some functions of SetupAPI only work when invoked from a native process. Registry and filesystem reflection makes them fail on WoW64. For WoW64 processes, a minimum set of rundll32 functions are provided. Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'api/api.vcxproj.filters')
-rw-r--r--api/api.vcxproj.filters3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/api.vcxproj.filters b/api/api.vcxproj.filters
index 2016316..6f8c334 100644
--- a/api/api.vcxproj.filters
+++ b/api/api.vcxproj.filters
@@ -45,6 +45,9 @@
<ClCompile Include="nci.c">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="rundll32.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="registry.c">
<Filter>Source Files</Filter>
</ClCompile>