wintun/api/pch.h
Simon Rozman 0a986ce9fc api: add pre-compiled header support
...for super-fast compilation.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-10-30 16:50:58 +01:00

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>