aboutsummaryrefslogtreecommitdiff
path: root/modules/Win32.Manifest.in
diff options
context:
space:
mode:
Diffstat (limited to 'modules/Win32.Manifest.in')
-rw-r--r--modules/Win32.Manifest.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/Win32.Manifest.in b/modules/Win32.Manifest.in
new file mode 100644
index 00000000..f8d7ba4f
--- /dev/null
+++ b/modules/Win32.Manifest.in
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
+<security>
+<requestedPrivileges>
+<requestedExecutionLevel level="asInvoker" uiAccess="true"/>
+</requestedPrivileges>
+</security>
+</trustInfo>
+</assembly>