Francois Gouget : cabinet/tests: Make CopyProgress() static.

Alexandre Julliard julliard at winehq.org
Fri Dec 12 07:04:19 CST 2008


Module: wine
Branch: master
Commit: 897af57deb665012b1a7fb66ad7aa3a6fc912c26
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=897af57deb665012b1a7fb66ad7aa3a6fc912c26

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Dec 12 10:20:58 2008 +0100

cabinet/tests: Make CopyProgress() static.

---

 dlls/cabinet/tests/fdi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/cabinet/tests/fdi.c b/dlls/cabinet/tests/fdi.c
index f90b6f0..e9765ad 100644
--- a/dlls/cabinet/tests/fdi.c
+++ b/dlls/cabinet/tests/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;
 }




More information about the wine-cvs mailing list