14 Sep
2023
14 Sep
'23
7:19 p.m.
Alexandre Julliard (@julliard) commented about dlls/ntdll/tests/file.c:
delete_object( oldpath ); }
+static void test_file_rename_information_ex(void) +{ + static const WCHAR foo_txtW[] = {'\\','f','o','o','.','t','x','t',0}; + static const WCHAR fooW[] = {'f','o','o',0};
It doesn't seem necessary to duplicate all that code. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3836#note_45373