reactos/modules/rostests/apitests/fontext/testlist.c
Mark Jansen deb928c4bc
[FONTEXT_APITEST] Show that fontext returns absolute paths with SHGDN_FORPARSING (#3585)
Add GetDisplayNameOf testcase. CORE-9281, CORE-16444
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 }
};