mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
comctl32/tests: Make test_ApproximateViewRect() static.
This commit is contained in:
parent
8f43b54a90
commit
fd90aab3a4
@ -4021,7 +4021,7 @@ static void test_LVS_EX_TRANSPARENTBKGND(void)
|
||||
DestroyWindow(hwnd);
|
||||
}
|
||||
|
||||
void test_ApproximateViewRect(void)
|
||||
static void test_ApproximateViewRect(void)
|
||||
{
|
||||
HWND hwnd;
|
||||
DWORD ret;
|
||||
|
Loading…
Reference in New Issue
Block a user