mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +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);
|
DestroyWindow(hwnd);
|
||||||
}
|
}
|
||||||
|
|
||||||
void test_ApproximateViewRect(void)
|
static void test_ApproximateViewRect(void)
|
||||||
{
|
{
|
||||||
HWND hwnd;
|
HWND hwnd;
|
||||||
DWORD ret;
|
DWORD ret;
|
||||||
|
Loading…
Reference in New Issue
Block a user