aboutsummaryrefslogtreecommitdiffstats
path: root/api/pch.h
blob: d8cc07c739f1652519257455ce78dd801f8707bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* SPDX-License-Identifier: GPL-2.0
 *
 * Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved.
 */

#pragma once

#include "api.h"
#include "devmgmt.h"
#include "namespace.h"
#include "nci.h"
#include "registry.h"

#include <bcrypt.h>
#include <cfgmgr32.h>
#include <iphlpapi.h>
#include <locale.h>
#include <objbase.h>
#include <sddl.h>
#include <SetupAPI.h>
#include <string.h>
#include <wchar.h>