reactos/rostests/winetests/shdocvw/testlist.c
Amine Khaldi a8618f38c2 [SHDOCVW_WINETEST]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58811
2013-04-21 16:40:23 +00:00

15 lines
286 B
C

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