mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:41:42 +00:00
[BROWSEUI_APITEST] Add tests for IACLCustomMRU.
CORE-9281
This commit is contained in:
parent
8aaa5eea75
commit
cba274350e
3 changed files with 421 additions and 1 deletions
|
@ -4,11 +4,13 @@
|
|||
#include <apitest.h>
|
||||
|
||||
extern void func_ACListISF(void);
|
||||
extern void func_IACLCustomMRU(void);
|
||||
extern void func_SHExplorerParseCmdLine(void);
|
||||
|
||||
const struct test winetest_testlist[] =
|
||||
{
|
||||
{ "ACListISF", func_ACListISF },
|
||||
{ "IACLCustomMRU", func_IACLCustomMRU },
|
||||
{ "SHExplorerParseCmdLine", func_SHExplorerParseCmdLine },
|
||||
|
||||
{ 0, 0 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue