[PATCH v3 2/2] scrrun: Implement folder_CreateTextFile.

Nikolay Sivov nsivov at codeweavers.com
Fri Nov 26 01:43:30 CST 2021



On 11/24/21 1:23 AM, Robert Wilhelm wrote:
> +/* shameless copy of test_CreateTextFile(void) */
> +static void test_FolderCreateTextFile(void)
Not sure if this is useful to mention.

> +    hr = ITextStream_ReadAll(stream, &str);
> +    ok(hr == S_FALSE || broken(hr == S_OK) /* win2k */, "got 0x%08x\n", hr);
If it's only for win2k, you don't have to copy it to this new test.



More information about the wine-devel mailing list