mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
deb928c4bc
Add GetDisplayNameOf testcase. CORE-9281, CORE-16444
14 lines
313 B
C
14 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 }
|
|
};
|