23 Feb
2025
23 Feb
'25
3:52 p.m.
Hans Leidekker (@hans) commented about dlls/ntdll/unix/file.c:
else status = STATUS_INVALID_PARAMETER_3; break;
+ case FileAllocationInformation: +#ifdef __APPLE__ + WARN( "setting file allocation information not supported on this platform\n" );
This should use a new configure check for fallocate() instead. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7115#note_95683