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:
Francois Gouget 2017-04-01 14:36:42 +02:00 committed by Alexandre Julliard
parent b5465d9605
commit 3931491255
1 changed files with 1 additions and 1 deletions

View File

@ -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);