aboutsummaryrefslogtreecommitdiffstats
path: root/api/pch.h
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2020-07-29 10:10:42 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2020-10-30 16:50:59 +0100
commitabd20337e2a2ec1c4a34c1b839ee0ed575689527 (patch)
tree8db5d33f19f6107633110dcd8101a37784ee7b5f /api/pch.h
parentapi: revise str/memcpy (diff)
downloadwintun-abd20337e2a2ec1c4a34c1b839ee0ed575689527.tar.xz
wintun-abd20337e2a2ec1c4a34c1b839ee0ed575689527.zip
api: split api.h
As the project grew, api.h got bloated. Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'api/pch.h')
-rw-r--r--api/pch.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/api/pch.h b/api/pch.h
index 1e0b311..d8cc07c 100644
--- a/api/pch.h
+++ b/api/pch.h
@@ -6,6 +6,10 @@
#pragma once
#include "api.h"
+#include "devmgmt.h"
+#include "namespace.h"
+#include "nci.h"
+#include "registry.h"
#include <bcrypt.h>
#include <cfgmgr32.h>