aboutsummaryrefslogtreecommitdiff
path: root/win32/resources/resources.rc
diff options
context:
space:
mode:
Diffstat (limited to 'win32/resources/resources.rc')
-rw-r--r--win32/resources/resources.rc12
1 files changed, 12 insertions, 0 deletions
diff --git a/win32/resources/resources.rc b/win32/resources/resources.rc
index b76f1af23..50642831c 100644
--- a/win32/resources/resources.rc
+++ b/win32/resources/resources.rc
@@ -52,6 +52,9 @@ BEGIN
52 "<asmv3:application>" 52 "<asmv3:application>"
53 "<asmv3:windowsSettings>" 53 "<asmv3:windowsSettings>"
54 "<activeCodePage xmlns=""http://schemas.microsoft.com/SMI/2019/WindowsSettings"">UTF-8</activeCodePage>" 54 "<activeCodePage xmlns=""http://schemas.microsoft.com/SMI/2019/WindowsSettings"">UTF-8</activeCodePage>"
55# if ENABLE_FEATURE_LONG_PATHS
56 "<longPathAware xmlns=""http://schemas.microsoft.com/SMI/2016/WindowsSettings"">true</longPathAware>"
57# endif
55 "</asmv3:windowsSettings>" 58 "</asmv3:windowsSettings>"
56 "</asmv3:application>" 59 "</asmv3:application>"
57 "<trustInfo xmlns=""urn:schemas-microsoft-com:asm.v3"">" 60 "<trustInfo xmlns=""urn:schemas-microsoft-com:asm.v3"">"
@@ -78,7 +81,16 @@ END
781 24 811 24
79BEGIN 82BEGIN
80 "<?xml version=""1.0"" encoding=""UTF-8"" standalone=""yes""?>" 83 "<?xml version=""1.0"" encoding=""UTF-8"" standalone=""yes""?>"
84# if !ENABLE_FEATURE_LONG_PATHS
81 "<assembly xmlns=""urn:schemas-microsoft-com:asm.v1"" manifestVersion=""1.0"">" 85 "<assembly xmlns=""urn:schemas-microsoft-com:asm.v1"" manifestVersion=""1.0"">"
86# else
87 "<assembly xmlns=""urn:schemas-microsoft-com:asm.v1"" xmlns:asmv3=""urn:schemas-microsoft-com:asm.v3"" manifestVersion=""1.0"">"
88 "<asmv3:application>"
89 "<asmv3:windowsSettings>"
90 "<longPathAware xmlns=""http://schemas.microsoft.com/SMI/2016/WindowsSettings"">true</longPathAware>"
91 "</asmv3:windowsSettings>"
92 "</asmv3:application>"
93# endif
82 "<trustInfo xmlns=""urn:schemas-microsoft-com:asm.v3"">" 94 "<trustInfo xmlns=""urn:schemas-microsoft-com:asm.v3"">"
83 "<security>" 95 "<security>"
84 "<requestedPrivileges>" 96 "<requestedPrivileges>"