From 21d56df85d8ed9c67010d55059971d5174a212fa Mon Sep 17 00:00:00 2001 From: Ged Murphy Date: Tue, 4 Jul 2006 21:05:16 +0000 Subject: [PATCH] update ROS code to call new tests svn path=/trunk/; revision=22848 --- reactos/regtests/winetests/comctl32/testlist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/regtests/winetests/comctl32/testlist.c b/reactos/regtests/winetests/comctl32/testlist.c index 4a769e88cb6..179eefda835 100644 --- a/reactos/regtests/winetests/comctl32/testlist.c +++ b/reactos/regtests/winetests/comctl32/testlist.c @@ -1,5 +1,3 @@ -/* Automatically generated file; DO NOT EDIT!! */ - #define WIN32_LEAN_AND_MEAN #include @@ -10,6 +8,7 @@ extern void func_comboex(void); extern void func_dpa(void); extern void func_header(void); extern void func_imagelist(void); +extern void func_listview(void); extern void func_monthcal(void); extern void func_mru(void); extern void func_progress(void); @@ -27,6 +26,7 @@ const struct test winetest_testlist[] = { "dpa", func_dpa }, { "header", func_header }, { "imagelist", func_imagelist }, + { "listview", func_listview }, { "monthcal", func_monthcal }, { "mru", func_mru }, { "progress", func_progress },