Files
reactos/modules/rostests/apitests/fontext/testlist.c
T
2021-04-06 07:54:58 +09:00

15 lines
313 B
C

/* 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 }
};