Commit 39314912 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msvcp140/tests: Make chore_callback() static.

parent b5465d96
......@@ -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);
......
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