25 Nov
2025
25 Nov
'25
2:21 p.m.
On Tue Nov 25 14:21:29 2025 +0000, eric pouech wrote:
IIRC native doesn't support paths longer than MAX_PATH characters (everywhere, not only in DIR command) even relative paths are first transformed into absolute, and dropped if larger than MAX_PATH so we need to skip this entry rather than dynamically allocate the buffer Thanks for having a look, I changed it to skip it when it gets too long in v2.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9577#note_123662