aboutsummaryrefslogtreecommitdiffstats
path: root/api/rundll32.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-10-31 14:45:34 +0100
committerSimon Rozman <simon@rozman.si>2020-10-31 19:11:52 +0100
commitf6d8b694ebd90296247d374b91819cf2ac27e884 (patch)
treef8b948118df5866bf03225ab1f4e392d981940b1 /api/rundll32.c
parentapi: opencode bin2hex in same manner as random directory creation (diff)
downloadwintun-f6d8b694ebd90296247d374b91819cf2ac27e884.tar.xz
wintun-f6d8b694ebd90296247d374b91819cf2ac27e884.zip
api: add missing header for rundll32 mode
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'api/rundll32.c')
-rw-r--r--api/rundll32.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/rundll32.c b/api/rundll32.c
index 40ec3fe..2b2f11d 100644
--- a/api/rundll32.c
+++ b/api/rundll32.c
@@ -8,6 +8,8 @@
#include "wintun.h"
#include <Windows.h>
+#include <cfgmgr32.h>
+#include <objbase.h>
#define EXPORT comment(linker, "/EXPORT:" __FUNCTION__ "=" __FUNCDNAME__)