[Windows] Always use absolute UNC paths and long path aware APIs, add "long path aware" flag to the application manifest.

This commit is contained in:
bruvzg
2024-05-13 14:14:32 +03:00
parent 108c603f91
commit ae334e069c
7 changed files with 261 additions and 167 deletions

View File

@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<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>
<dependency>
<dependentAssembly>
<assemblyIdentity