]> granicus.if.org Git - php/commitdiff
extend manifest with long path compat info
authorAnatol Belski <ab@php.net>
Sun, 2 Apr 2017 14:39:46 +0000 (16:39 +0200)
committerAnatol Belski <ab@php.net>
Sun, 2 Apr 2017 14:40:36 +0000 (16:40 +0200)
win32/build/default.manifest

index 992f41c738e8fb63f3d36f52da5d7c959115d31f..dd8c2348052a2d60c8094dd27791f57d0f3dfdfe 100644 (file)
@@ -21,4 +21,9 @@
            <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
        </application> 
    </compatibility>
+   <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>