11 Mar
2025
11 Mar
'25
8:50 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/kernelbase/file.c:
SetLastError( ERROR_INVALID_PARAMETER ); return FALSE; } + + if (wcsncmp(dest, L"\\\\?\\", 4) && wcslen(dest) >= MAX_PATH )
What if the process is long-path-aware? Please see https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-lim... -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7540#note_97369