mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
update ROS code to call new tests
svn path=/trunk/; revision=22848
This commit is contained in:
parent
df1bfe81ba
commit
21d56df85d
1 changed files with 2 additions and 2 deletions
|
@ -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_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 },
|
||||
|
|
Loading…
Reference in a new issue