user32/tests: Make test_WS_VSCROLL() static.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
1ee9c2c60b
commit
2041e20a69
|
@ -806,7 +806,7 @@ static void test_listbox_size(DWORD style)
|
|||
}
|
||||
}
|
||||
|
||||
void test_WS_VSCROLL(void)
|
||||
static void test_WS_VSCROLL(void)
|
||||
{
|
||||
BOOL (WINAPI *pGetComboBoxInfo)(HWND, PCOMBOBOXINFO);
|
||||
HWND hCombo, hList;
|
||||
|
|
Loading…
Reference in New Issue