18 lines
303 B
C
18 lines
303 B
C
|
/* 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 <objbase.h>
|
||
|
#include <sddl.h>
|
||
|
#include <SetupAPI.h>
|
||
|
#include <string.h>
|
||
|
#include <wchar.h>
|