[PATCH] comctl32/tests: make run_test_() static.

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


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

diff --git a/dlls/comctl32/tests/taskdialog.c b/dlls/comctl32/tests/taskdialog.c
index 1db9cda9537..f6093a01737 100644
--- a/dlls/comctl32/tests/taskdialog.c
+++ b/dlls/comctl32/tests/taskdialog.c
@@ -134,7 +134,7 @@ static void init_test_message(UINT message, WPARAM wParam, LPARAM lParam, struct
         run_test_(info, expect_button, seq, context, \
                   sizeof(seq)/sizeof(seq[0]) - 1, __FILE__, __LINE__)
 
-void run_test_(TASKDIALOGCONFIG *info, int expect_button, const struct message_info *test_messages,
+static void run_test_(TASKDIALOGCONFIG *info, int expect_button, const struct message_info *test_messages,
     const char *context, int test_messages_len, const char *file, int line)
 {
     struct message *msg, *msg_start;
-- 
2.15.1




More information about the wine-patches mailing list