aboutsummaryrefslogtreecommitdiffstats
path: root/api/api.h
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2020-07-03 12:26:06 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2020-10-30 16:50:58 +0100
commit0ef8578c81d3d348c13f4eb9ec55a4ddccba4879 (patch)
tree20e8288e7bacf87a1fe7013130a6ea8cf15d7e31 /api/api.h
parentmsi-example: add ARM64 support (diff)
downloadwintun-0ef8578c81d3d348c13f4eb9ec55a4ddccba4879.tar.xz
wintun-0ef8578c81d3d348c13f4eb9ec55a4ddccba4879.zip
api: add skeleton for wintun.dll
Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'api/api.h')
-rw-r--r--api/api.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/api/api.h b/api/api.h
new file mode 100644
index 0000000..4c199de
--- /dev/null
+++ b/api/api.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0
+ *
+ * Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved.
+ */
+
+#pragma once
+
+#include <Windows.h>
+
+extern HINSTANCE ResourceModule;