http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec4d74b
)
cabinet/tests: Make CopyProgress() static.
author
Francois Gouget
<fgouget@free.fr>
Fri, 12 Dec 2008 09:20:58 +0000
(10:20 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Fri, 12 Dec 2008 10:41:45 +0000
(11:41 +0100)
dlls/cabinet/tests/fdi.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/cabinet/tests/fdi.c
b/dlls/cabinet/tests/fdi.c
index f90b6f0abea79463858ad9eb7bd707a05d51be98..e9765adb0dbb5ef524665fb382e5627840ae1196 100644
(file)
--- 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;
}