Commit 897af57d authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

cabinet/tests: Make CopyProgress() static.

parent ec4d74ba
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment