abd20337e2
As the project grew, api.h got bloated. Signed-off-by: Simon Rozman <simon@rozman.si>
23 lines
406 B
C
23 lines
406 B
C
/* 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>
|