api: add missing header for rundll32 mode

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2020-10-31 14:45:34 +01:00 committed by Simon Rozman
parent 26c5478042
commit f6d8b694eb

View File

@ -8,6 +8,8 @@
#include "wintun.h"
#include <Windows.h>
#include <cfgmgr32.h>
#include <objbase.h>
#define EXPORT comment(linker, "/EXPORT:" __FUNCTION__ "=" __FUNCDNAME__)