comctl32/tests: Make test_combo_WS_VSCROLL() static.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2018-01-04 15:58:17 +01:00 committed by Alexandre Julliard
parent 276c4380ec
commit a45f792a10
1 changed files with 1 additions and 1 deletions

View File

@ -1125,7 +1125,7 @@ static void test_combo_listbox_styles(DWORD cb_style)
DestroyWindow(combo);
}
void test_combo_WS_VSCROLL(void)
static void test_combo_WS_VSCROLL(void)
{
HWND hCombo, hList;
COMBOBOXINFO info;