Commit 2041e20a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

user32/tests: Make test_WS_VSCROLL() static.

parent 1ee9c2c6
......@@ -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;
......
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