[PATCH] user32/tests: Make test_WS_VSCROLL() static.

Francois Gouget fgouget at free.fr
Thu Jan 4 08:54:46 CST 2018


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/user32/tests/combo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/user32/tests/combo.c b/dlls/user32/tests/combo.c
index 72e8777d207..6dbdafb257b 100644
--- a/dlls/user32/tests/combo.c
+++ b/dlls/user32/tests/combo.c
@@ -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;
-- 
2.15.1




More information about the wine-patches mailing list