[BROWSEUI_APITEST] Add tests for IACLCustomMRU.

CORE-9281
This commit is contained in:
Mark Jansen 2017-12-16 17:22:48 +01:00
parent 8aaa5eea75
commit cba274350e
3 changed files with 421 additions and 1 deletions

View file

@ -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 }