aboutsummaryrefslogtreecommitdiffstats
path: root/api/rundll32.c
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2020-10-30 09:33:21 +0100
committerSimon Rozman <simon@rozman.si>2020-10-31 10:41:48 +0100
commiteeb42a5f1224137c65b357e8edacc0165d9f6699 (patch)
tree54df8c7e5adb023772e11a3f63eb8f28d4bf0233 /api/rundll32.c
parentapi: cleanup driver selection logic (diff)
downloadwintun-eeb42a5f1224137c65b357e8edacc0165d9f6699.tar.xz
wintun-eeb42a5f1224137c65b357e8edacc0165d9f6699.zip
api: make #ifdef-s more descriptive
Suggested-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'api/rundll32.c')
-rw-r--r--api/rundll32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/rundll32.c b/api/rundll32.c
index dcd6628..ae722b5 100644
--- a/api/rundll32.c
+++ b/api/rundll32.c
@@ -7,7 +7,7 @@
#define EXPORT comment(linker, "/EXPORT:" __FUNCTION__ "=" __FUNCDNAME__)
-#if defined(_M_AMD64) || defined(_M_ARM64) || defined(_DEBUG)
+#ifdef ACCEPT_WOW64
static DWORD
WriteFormatted(_In_ DWORD StdHandle, _In_z_ const WCHAR *Template, ...)