mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:45:41 +00:00
[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:
parent
3a77e2ede5
commit
6bb0bec44f
3 changed files with 84 additions and 0 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue