reactos/modules/rostests/apitests/fontext/testlist.c
2019-10-19 18:42:14 +02:00

13 lines
221 B
C

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