From 937eb447278c2bc1b30852905c7740bcdedb534d Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 31 Oct 2020 11:55:26 +0100 Subject: api: get rid of pch and make headers sane Signed-off-by: Jason A. Donenfeld --- api/registry.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'api/registry.c') diff --git a/api/registry.c b/api/registry.c index c0ebe93..1428165 100644 --- a/api/registry.c +++ b/api/registry.c @@ -3,7 +3,11 @@ * Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved. */ -#include "pch.h" +#include "entry.h" +#include "logger.h" +#include "registry.h" +#include +#include static WINTUN_STATUS OpenKeyWait(_In_ HKEY Key, _Inout_z_ WCHAR *Path, _In_ DWORD Access, _In_ ULONGLONG Deadline, _Out_ HKEY *KeyOut) -- cgit v1.2.3-59-g8ed1b