[ros-diffs] [gedmurphy] 22848: update ROS code to call new tests
gedmurphy at svn.reactos.org
gedmurphy at svn.reactos.org
Tue Jul 4 23:05:16 CEST 2006
Author: gedmurphy
Date: Wed Jul 5 01:05:16 2006
New Revision: 22848
URL: http://svn.reactos.org/svn/reactos?rev=22848&view=rev
Log:
update ROS code to call new tests
Modified:
trunk/reactos/regtests/winetests/comctl32/testlist.c
Modified: trunk/reactos/regtests/winetests/comctl32/testlist.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/regtests/winetests/comctl32/testlist.c?rev=22848&r1=22847&r2=22848&view=diff
==============================================================================
--- trunk/reactos/regtests/winetests/comctl32/testlist.c (original)
+++ trunk/reactos/regtests/winetests/comctl32/testlist.c Wed Jul 5 01:05:16 2006
@@ -1,5 +1,3 @@
-/* Automatically generated file; DO NOT EDIT!! */
-
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
@@ -10,6 +8,7 @@
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 @@
{ "dpa", func_dpa },
{ "header", func_header },
{ "imagelist", func_imagelist },
+ { "listview", func_listview },
{ "monthcal", func_monthcal },
{ "mru", func_mru },
{ "progress", func_progress },
More information about the Ros-diffs
mailing list