Francois Gouget : comctl32/tests: Make test_combo_WS_VSCROLL() static.
Module: wine Branch: master Commit: a45f792a10eb67d974c59d77985e503645689fe7 URL: https://source.winehq.org/git/wine.git/?a=commit;h=a45f792a10eb67d974c59d779... Author: Francois Gouget <fgouget(a)free.fr> Date: Thu Jan 4 15:58:17 2018 +0100 comctl32/tests: Make test_combo_WS_VSCROLL() static. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- 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 d2a812c..ef7c3f7 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;
participants (1)
-
Alexandre Julliard