2020-07-21 16:57:36 +02:00
|
|
|
/* 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>
|
2020-07-28 12:30:12 +02:00
|
|
|
#include <locale.h>
|
2020-07-21 16:57:36 +02:00
|
|
|
#include <objbase.h>
|
|
|
|
#include <sddl.h>
|
|
|
|
#include <SetupAPI.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <wchar.h>
|