aboutsummaryrefslogtreecommitdiffstats
path: root/api/adapter.c
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2020-11-04 08:11:44 +0100
committerSimon Rozman <simon@rozman.si>2020-11-04 13:21:42 +0100
commit0a51e26730993e1f4a2faee33f7b6cd27f871e5a (patch)
tree510a951cdf8fddeaccef2aa0b3fc07604e6bacbe /api/adapter.c
parentapi: translate NTSTATUS to Win32 error codes (diff)
downloadwintun-0a51e26730993e1f4a2faee33f7b6cd27f871e5a.tar.xz
wintun-0a51e26730993e1f4a2faee33f7b6cd27f871e5a.zip
api: include the rundll32 helpers the MSVC-typical way
Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'api/adapter.c')
-rw-r--r--api/adapter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/adapter.c b/api/adapter.c
index 62ef05c..6a0af9d 100644
--- a/api/adapter.c
+++ b/api/adapter.c
@@ -1653,7 +1653,7 @@ cleanupMutex:
return RET_ERROR(Adapter, LastError);
}
-#include "rundll32.h"
+#include "rundll32_i.c"
_Return_type_success_(return != NULL) WINTUN_ADAPTER *WINAPI WintunCreateAdapter(
_In_z_ const WCHAR *Pool,