reactos/rostests/winetests/browseui/testlist.c
Amine Khaldi 46c770f191 [BROWSEUI_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60534
2013-10-05 12:32:51 +00:00

15 lines
310 B
C

/* Automatically generated file; DO NOT EDIT!! */
#define STANDALONE
#include <wine/test.h>
extern void func_autocomplete(void);
extern void func_progressdlg(void);
const struct test winetest_testlist[] =
{
{ "autocomplete", func_autocomplete },
{ "progressdlg", func_progressdlg },
{ 0, 0 }
};