mirror of
				https://github.com/gravitl/netmaker.git
				synced 2025-10-31 20:22:44 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			206 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			206 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #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
 | 
