mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-11 01:54:34 +08:00
9 lines
206 B
Text
9 lines
206 B
Text
|
#include <windows.h>
|
||
|
|
||
|
#pragma code_page(65001)
|
||
|
|
||
|
#define STRINGIZE(x) #x
|
||
|
#define EXPAND(x) STRINGIZE(x)
|
||
|
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST netclient.exe.manifest.xml
|
||
|
wintun.dll RCDATA wintun.dll
|