[SHELL32_APITEST]

- Add a test for CLSID_MyComputer that shows this folder object is also cached.
CORE-9839

svn path=/trunk/; revision=68209
This commit is contained in:
Thomas Faber 2015-06-20 16:28:38 +00:00
parent 3a77e2ede5
commit 6bb0bec44f
3 changed files with 84 additions and 0 deletions

View file

@ -3,11 +3,13 @@
#define STANDALONE
#include <wine/test.h>
extern void func_CMyComputer(void);
extern void func_CShellDesktop(void);
extern void func_menu(void);
const struct test winetest_testlist[] =
{
{ "CMyComputer", func_CMyComputer },
{ "CShellDesktop", func_CShellDesktop },
{ "menu", func_menu },
{ 0, 0 }