[PATCH v3 0/7] MR391: scrrun: Implement MoveFolder().

Akihiro Sagawa (@sgwaki) wine at gitlab.winehq.org
Thu Jul 7 09:51:13 CDT 2022


Akihiro Sagawa (@sgwaki) commented about dlls/scrrun/tests/filesystem.c:
>      hr = IFileSystem3_MoveFolder(fs3, NULL, str);
>      ok(hr == E_INVALIDARG, "Unexpected hr %#lx.\n", hr);
>      SysFreeString(str);
> +
> +    ok(CreateDirectoryW(buffW1, NULL), "CreateDirectory(%s) failed\n", wine_dbgstr_w(buffW1));
> +    ok(CreateDirectoryW(buffW2, NULL), "CreateDirectory(%s) failed\n", wine_dbgstr_w(buffW1));
```suggestion:-0+0
    ok(CreateDirectoryW(buffW2, NULL), "CreateDirectory(%s) failed\n", wine_dbgstr_w(buffW2));
```

-- 
https://gitlab.winehq.org/wine/wine/-/merge_requests/391#note_3541



More information about the wine-devel mailing list