user32/tests: Make test_WS_VSCROLL() static.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Francois Gouget 2018-01-04 15:54:46 +01:00 committed by Alexandre Julliard
parent 1ee9c2c60b
commit 2041e20a69
1 changed files with 1 additions and 1 deletions

View File

@ -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;