aboutsummaryrefslogtreecommitdiffstats
path: root/api/elevate.h
blob: ec054baebaaf3a6f067e49464365818ce97074e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0
 *
 * Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved.
 */

#pragma once

#include <Windows.h>

BOOL
ElevateToSystem(void);