10 Jul
2025
10 Jul
'25
11:05 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/kernel32/tests/file.c:
ok( ret == TRUE, "got error %lu\n", GetLastError() ); }
+static BOOL create_manifest_file(const char *filename)
There is already a create_manifest_file() at tests for other components. Copy it and use that instead. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7540#note_109454