11 lines
176 B
C
11 lines
176 B
C
|
/* SPDX-License-Identifier: GPL-2.0
|
||
|
*
|
||
|
* Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved.
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include <Windows.h>
|
||
|
|
||
|
extern HINSTANCE ResourceModule;
|