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

#pragma once

#include "api.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>