aboutsummaryrefslogtreecommitdiff
path: root/xpdf/winLongPath.exe.manifest
diff options
context:
space:
mode:
Diffstat (limited to 'xpdf/winLongPath.exe.manifest')
-rw-r--r--xpdf/winLongPath.exe.manifest15
1 files changed, 15 insertions, 0 deletions
diff --git a/xpdf/winLongPath.exe.manifest b/xpdf/winLongPath.exe.manifest
new file mode 100644
index 0000000..f460546
--- /dev/null
+++ b/xpdf/winLongPath.exe.manifest
@@ -0,0 +1,15 @@
+<?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="false"></requestedExecutionLevel>
+ </requestedPrivileges>
+ </security>
+ </trustInfo>
+ <application xmlns="urn:schemas-microsoft-com:asm.v3">
+ <windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
+ <ws2:longPathAware>true</ws2:longPathAware>
+ </windowsSettings>
+ </application>
+</assembly>