From a45f792a10eb67d974c59d77985e503645689fe7 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 4 Jan 2018 15:58:17 +0100 Subject: [PATCH] comctl32/tests: Make test_combo_WS_VSCROLL() static. Signed-off-by: Francois Gouget Signed-off-by: Alexandre Julliard --- dlls/comctl32/tests/combo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/comctl32/tests/combo.c b/dlls/comctl32/tests/combo.c index d2a812c5e20..ef7c3f796b5 100644 --- a/dlls/comctl32/tests/combo.c +++ b/dlls/comctl32/tests/combo.c @@ -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;