aboutsummaryrefslogtreecommitdiffstats
path: root/api/namespace.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/namespace.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/namespace.c')
-rw-r--r--api/namespace.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/api/namespace.c b/api/namespace.c
index 6020469..7807847 100644
--- a/api/namespace.c
+++ b/api/namespace.c
@@ -3,9 +3,7 @@
* Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved.
*/
-#include "api.h"
-#include <bcrypt.h>
-#include <sddl.h>
+#include "pch.h"
static SECURITY_ATTRIBUTES SecurityAttributes = { .nLength = sizeof(SECURITY_ATTRIBUTES) };
static BOOL HasInitialized = FALSE;