Commit 234ca27b for libheif
commit 234ca27bf4edc3b667355ed040917509bab59f18
Author: Miloš Komarčević <4973094+kmilos@users.noreply.github.com>
Date: Wed Apr 1 11:33:29 2026 +0200
Support long paths on Windows
See https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry#application-manifest-updates-to-declare-long-path-capability
diff --git a/examples/utf8.manifest b/examples/utf8.manifest
index dab929e1..cbe05e17 100644
--- a/examples/utf8.manifest
+++ b/examples/utf8.manifest
@@ -2,6 +2,7 @@
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<application>
<windowsSettings>
+ <longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
<activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
</windowsSettings>
</application>