[PATCH] comctl32/tests: Make test_combo_WS_VSCROLL() static.

Francois Gouget fgouget at free.fr
Thu Jan 4 08:58:17 CST 2018


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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;
-- 
2.15.1




More information about the wine-patches mailing list