Francois Gouget : comctl32/tests: Make test_combo_WS_VSCROLL() static.

Alexandre Julliard julliard at winehq.org
Thu Jan 4 17:03:21 CST 2018


Module: wine
Branch: master
Commit: a45f792a10eb67d974c59d77985e503645689fe7
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=a45f792a10eb67d974c59d77985e503645689fe7

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




More information about the wine-cvs mailing list