reactos/modules/rostests/apitests/fontext/testlist.c

15 lines
313 B
C
Raw Normal View History

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