https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2afa4566bae6fe137668a44fd536ab6c3fd898c3

commit 2afa4566bae6fe137668a44fd536ab6c3fd898c3
Author:     Amine Khaldi <[email protected]>
AuthorDate: Fri Jan 19 00:07:18 2018 +0100
Commit:     Amine Khaldi <[email protected]>
CommitDate: Fri Jan 19 00:07:18 2018 +0100

    [CABINET_WINETEST] Sync with Wine 3.0. CORE-14225
---
 modules/rostests/winetests/cabinet/fdi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/rostests/winetests/cabinet/fdi.c 
b/modules/rostests/winetests/cabinet/fdi.c
index 1393e9a469..741283afe6 100644
--- a/modules/rostests/winetests/cabinet/fdi.c
+++ b/modules/rostests/winetests/cabinet/fdi.c
@@ -744,7 +744,7 @@ static void test_FDIIsCabinet(void)
 
 static INT_PTR __cdecl CopyProgress(FDINOTIFICATIONTYPE fdint, 
PFDINOTIFICATION pfdin)
 {
-    return 0;
+    return 37;  /* doc says 0, but anything != -1 apparently means success as 
well */
 }
 
 static INT_PTR CDECL fdi_mem_open(char *name, int oflag, int pmode)

Reply via email to