mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-09 19:41:27 +03:00
10
res/msi/CustomActions/framework.h
Normal file
10
res/msi/CustomActions/framework.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
||||
// Windows Header Files
|
||||
#include <windows.h>
|
||||
#include <strsafe.h>
|
||||
#include <msiquery.h>
|
||||
|
||||
// WiX Header Files:
|
||||
#include <wcautil.h>
|
||||
Reference in New Issue
Block a user