aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
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 /.gitignore
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 '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 6 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 7db1686..d7468b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,12 +4,14 @@
# Build Output
/dist
-/x86/Release
-/x86/Debug
-/amd64/Release
/amd64/Debug
-/arm64/Release
+/amd64/Release
+/arm/Debug
+/arm/Release
/arm64/Debug
+/arm64/Release
+/x86/Debug
+/x86/Release
# Static Driver Verifier Output
/sdv