aboutsummaryrefslogtreecommitdiff
path: root/xpdf/winLongPath.exe.manifest
diff options
context:
space:
mode:
authorCalvin Morrison <calvin@pobox.com>2023-04-05 14:13:39 -0400
committerCalvin Morrison <calvin@pobox.com>2023-04-05 14:13:39 -0400
commit835e373b3eeaabcd0621ed6798ab500f37982fae (patch)
treedfa16b0e2e1b4956b38f693220eac4e607802133 /xpdf/winLongPath.exe.manifest
xpdf-no-select-disableHEADmaster
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>