Ticket #12648: windows-long-path-support.patch

File windows-long-path-support.patch, 648 bytes (added by quantizer, 2 years ago)

Windows's long path support

  • filezilla/src/interface/resources/

    old new  
    4343      <dpiAware>true</dpiAware>
    4444    </asmv3:windowsSettings>
    4545  </asmv3:application>
     46    <application xmlns="urn:schemas-microsoft-com:asm.v3">
     47    <windowsSettings>
     48      <longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
     49      <activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
     50    </windowsSettings>
     51  </application>
    4652</assembly>