23 Feb
2025
23 Feb
'25
9:51 p.m.
Hans Leidekker (@hans) commented about dlls/ntdll/tests/file.c:
pNtClose( h ); }
+static void test_file_setFileAllocationInformation(void) { +#ifdef HAVE_FALLOCATE + FILE_ALLOCATION_INFORMATION fas;
You can't use this define either, just call the test unconditionally. You could add a stub implementation for macOS that succeeds and prints a FIXME. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7115#note_95697