Module: wine Branch: master Commit: 276c4380ecf5f3233ebe20ca9ab2e755e5b1e4c9 URL: https://source.winehq.org/git/wine.git/?a=commit;h=276c4380ecf5f3233ebe20ca9...
Author: Francois Gouget fgouget@free.fr Date: Thu Jan 4 15:58:09 2018 +0100
comctl32/tests: Make run_test_() static.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 1db9cda..f6093a0 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;