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

comctl32/tests: Make DummyCompareEx() static.

parent b579c481
......@@ -3353,7 +3353,7 @@ static void test_indentation(void)
DestroyWindow(hwnd);
}
INT CALLBACK DummyCompareEx(LPARAM first, LPARAM second, LPARAM param)
static INT CALLBACK DummyCompareEx(LPARAM first, LPARAM second, LPARAM param)
{
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