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.