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

#pragma once

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

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