Commit a45f792a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

comctl32/tests: Make test_combo_WS_VSCROLL() static.

parent 276c4380
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment