19d6227c1d
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
14 lines
217 B
C
14 lines
217 B
C
/* SPDX-License-Identifier: GPL-2.0
|
|
*
|
|
* Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <Windows.h>
|
|
|
|
BOOL
|
|
ElevateToSystem(void);
|
|
|
|
HANDLE
|
|
GetPrimarySystemTokenFromThread(void); |