mirror of
https://github.com/reactos/wine.git
synced 2024-11-27 13:40:50 +00:00
comctl32/tests: Make DummyCompareEx() static.
This commit is contained in:
parent
b579c48133
commit
fb37e89a06
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user