aboutsummaryrefslogtreecommitdiffstats
path: root/api/pch.h
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2020-10-17 15:11:34 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2020-10-30 16:51:01 +0100
commit449876fdfd0c70e2d822e0576cec650a22704d91 (patch)
tree8a033361260e3524a44c3cbeb9674eee7d8807db /api/pch.h
parentapi: fix grammar (diff)
downloadwintun-449876fdfd0c70e2d822e0576cec650a22704d91.tar.xz
wintun-449876fdfd0c70e2d822e0576cec650a22704d91.zip
api: introduce wintun.h
The SDK header for deployment containing datatype and function declarations for use by C/C++ clients. As we shall not distribute MSVC wintun.lib files, making clients need to use GetProcAddress(), this file contains function type declarations rather then __declspec(dllimport) function declarations. 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 35ffb23..2c89a90 100644
--- a/api/pch.h
+++ b/api/pch.h
@@ -13,6 +13,7 @@
#include "nci.h"
#include "registry.h"
#include "resource.h"
+#include "wintun.h"
#include <bcrypt.h>
#include <cfgmgr32.h>