aboutsummaryrefslogtreecommitdiffstats
path: root/api/pch.c
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2020-07-21 16:57:36 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2020-10-30 16:50:58 +0100
commit0a986ce9fcbf2e3da348a052264869c82d2d82f4 (patch)
treebfbf4f88d1e13a98cf754fc39050098dc750679e /api/pch.c
parentapi: rename WINSTATUS to WINTUN_STATUS (diff)
downloadwintun-0a986ce9fcbf2e3da348a052264869c82d2d82f4.tar.xz
wintun-0a986ce9fcbf2e3da348a052264869c82d2d82f4.zip
api: add pre-compiled header support
...for super-fast compilation. Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'api/pch.c')
-rw-r--r--api/pch.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/api/pch.c b/api/pch.c
new file mode 100644
index 0000000..6ea6d44
--- /dev/null
+++ b/api/pch.c
@@ -0,0 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0
+ *
+ * Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved.
+ */
+
+#include "pch.h"