Module: wine Branch: master Commit: 2041e20a6908ef3a6c5e68d2c47e24532d8ae8cb URL: https://source.winehq.org/git/wine.git/?a=commit;h=2041e20a6908ef3a6c5e68d2c...
Author: Francois Gouget fgouget@free.fr Date: Thu Jan 4 15:54:46 2018 +0100
user32/tests: Make test_WS_VSCROLL() static.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 72e8777..6dbdafb 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;