aboutsummaryrefslogtreecommitdiffstats
path: root/api/pch.h
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2020-10-15 14:54:21 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2020-10-30 16:51:00 +0100
commit369801cdfa1f41b3bc8bf6e1bafead8301278568 (patch)
treec45563d959627c849ae827eec88264598c204450 /api/pch.h
parentapi: move documentation to .h and discontinue on static functions (diff)
downloadwintun-369801cdfa1f41b3bc8bf6e1bafead8301278568.tar.xz
wintun-369801cdfa1f41b3bc8bf6e1bafead8301278568.zip
api: elevate rundll32 calls to SYSTEM
I need this for debugging. In production environment, WoW64 clients will already call rundll32 elevated to SYSTEM. Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'api/pch.h')
-rw-r--r--api/pch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/pch.h b/api/pch.h
index d2da7f8..35ffb23 100644
--- a/api/pch.h
+++ b/api/pch.h
@@ -28,4 +28,5 @@
#include <SetupAPI.h>
#include <Shlwapi.h>
#include <string.h>
+#include <TlHelp32.h>
#include <wchar.h>