https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bac2e89b0531b2af0ad695...
commit bac2e89b0531b2af0ad695e25fddc4db5ba8d7e5 Author: winesync ros-dev@reactos.org AuthorDate: Mon Jan 17 18:47:38 2022 +0100 Commit: Thomas Csovcsity thc.fr13nd@gmail.com CommitDate: Sun Jun 19 13:06:39 2022 +0200
[WINESYNC] reg/tests: Use correct file and line arguments with delete_file().
Signed-off-by: Hugh McMaster hugh.mcmaster@outlook.com Signed-off-by: Alexandre Julliard julliard@winehq.org
wine commit id 0b5ba1d0be04f7c6bc0e53e9a28984cf2941b4bc by Hugh McMaster hugh.mcmaster@outlook.com --- modules/rostests/winetests/reg/export.c | 2 +- sdk/tools/winesync/reg.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/rostests/winetests/reg/export.c b/modules/rostests/winetests/reg/export.c index 31a75566fae..0a460e08bcb 100644 --- a/modules/rostests/winetests/reg/export.c +++ b/modules/rostests/winetests/reg/export.c @@ -50,7 +50,7 @@ BOOL compare_export_(const char *file, unsigned line, const char *filename, todo_wine_if (todo & TODO_REG_COMPARE) lok(!lstrcmpW(fbuf, wstr), "export data does not match expected data\n");
- ret = delete_file(filename); + ret = delete_file_(file, line, filename);
exit: HeapFree(GetProcessHeap(), 0, fbuf); diff --git a/sdk/tools/winesync/reg.cfg b/sdk/tools/winesync/reg.cfg index db8e2db9535..ab2f0c1d1b3 100644 --- a/sdk/tools/winesync/reg.cfg +++ b/sdk/tools/winesync/reg.cfg @@ -4,4 +4,4 @@ directories: files: programs/reg/resource.h: base/applications/cmdutils/reg/resource.h tags: - wine: 959ea6677ea0571c5042a5ec5bec33fb5a5f1dc6 + wine: 0b5ba1d0be04f7c6bc0e53e9a28984cf2941b4bc