You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Embed longPathAware manifest in the Windows executable
The Windows binary now embeds an application manifest declaring
longPathAware, so the Win32 APIs handle paths longer than MAX_PATH and a
path component exceeding the 255-char limit is reported as EINVAL instead
of the whole path being rejected for length (ENOENT). The manifest is now
compiled even when logo.ico is absent.
0 commit comments