mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
017ba0c5a7
* Sync with Wine 1.5.26. svn path=/trunk/; revision=58522
57 lines
1.6 KiB
C
57 lines
1.6 KiB
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_comboex(void);
|
|
extern void func_datetime(void);
|
|
extern void func_dpa(void);
|
|
extern void func_header(void);
|
|
extern void func_imagelist(void);
|
|
extern void func_ipaddress(void);
|
|
extern void func_listview(void);
|
|
extern void func_misc(void);
|
|
extern void func_monthcal(void);
|
|
extern void func_mru(void);
|
|
extern void func_pager(void);
|
|
extern void func_progress(void);
|
|
extern void func_propsheet(void);
|
|
extern void func_rebar(void);
|
|
extern void func_status(void);
|
|
extern void func_subclass(void);
|
|
extern void func_syslink(void);
|
|
extern void func_tab(void);
|
|
extern void func_toolbar(void);
|
|
extern void func_tooltips(void);
|
|
extern void func_trackbar(void);
|
|
extern void func_treeview(void);
|
|
extern void func_updown(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "comboex", func_comboex },
|
|
{ "datetime", func_datetime },
|
|
{ "dpa", func_dpa },
|
|
{ "header", func_header },
|
|
{ "imagelist", func_imagelist },
|
|
{ "ipaddress", func_ipaddress },
|
|
{ "listview", func_listview },
|
|
{ "misc", func_misc },
|
|
{ "monthcal", func_monthcal },
|
|
{ "mru", func_mru },
|
|
{ "pager", func_pager },
|
|
{ "progress", func_progress },
|
|
{ "propsheet", func_propsheet },
|
|
{ "rebar", func_rebar },
|
|
{ "status", func_status },
|
|
{ "subclass", func_subclass },
|
|
{ "syslink", func_syslink },
|
|
{ "tab", func_tab },
|
|
{ "toolbar", func_toolbar },
|
|
{ "tooltips", func_tooltips },
|
|
{ "trackbar", func_trackbar },
|
|
{ "treeview", func_treeview },
|
|
{ "updown", func_updown },
|
|
{ 0, 0 }
|
|
};
|