comctl32/tests: Make run_test_() static.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2018-01-04 15:58:09 +01:00 committed by Alexandre Julliard
parent 2041e20a69
commit 276c4380ec
1 changed files with 1 additions and 1 deletions

View File

@ -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;