mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 16:54:16 +01:00
10 lines
202 B
Plaintext
10 lines
202 B
Plaintext
#include <windows.h>
|
|
|
|
#pragma code_page(65001) // UTF-8
|
|
|
|
#define STRINGIZE(x) #x
|
|
#define EXPAND(x) STRINGIZE(x)
|
|
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST manifest.xml
|
|
wintun.dll RCDATA wintun.dll
|
|
|