aboutsummaryrefslogtreecommitdiffstats
path: root/api/resource.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/resource.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/resource.h')
-rw-r--r--api/resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/resource.h b/api/resource.h
index 6311f2b..e25e7c9 100644
--- a/api/resource.h
+++ b/api/resource.h
@@ -5,7 +5,7 @@
#pragma once
-#include "api.h"
+#include "wintun.h"
#include <Windows.h>
/**