msvcp140/tests: Make chore_callback() static.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
b5465d9605
commit
3931491255
|
@ -410,7 +410,7 @@ static void test__TaskEventLogger(void)
|
|||
ok(logger.started, "logger.started = FALSE\n");
|
||||
}
|
||||
|
||||
void __cdecl chore_callback(void *arg)
|
||||
static void __cdecl chore_callback(void *arg)
|
||||
{
|
||||
HANDLE event = arg;
|
||||
SetEvent(event);
|
||||
|
|
Loading…
Reference in New Issue