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.