reactos/rostests/winetests/browseui/testlist.c
Amine Khaldi 4cae736aa1 [BROWSEUI_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56600
2012-05-17 16:00:16 +00:00

18 lines
360 B
C

/* Automatically generated file; DO NOT EDIT!! */
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#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 }
};