From 785e3fd869ca0a4ab48b43d7ebace316c2dee43e Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Sun, 28 Dec 2008 10:32:41 +0000 Subject: [PATCH] sync cabinet winetest to wine 1.1.11 svn path=/trunk/; revision=38407 --- rostests/winetests/cabinet/fdi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rostests/winetests/cabinet/fdi.c b/rostests/winetests/cabinet/fdi.c index f90b6f0abea..e9765adb0db 100644 --- a/rostests/winetests/cabinet/fdi.c +++ b/rostests/winetests/cabinet/fdi.c @@ -594,7 +594,7 @@ static void test_FDIIsCabinet(void) } -INT_PTR __cdecl CopyProgress (FDINOTIFICATIONTYPE fdint, PFDINOTIFICATION pfdin) +static INT_PTR __cdecl CopyProgress(FDINOTIFICATIONTYPE fdint, PFDINOTIFICATION pfdin) { return 0; }