26 Nov
2021
26 Nov
'21
7:43 a.m.
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.