mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 17:41:59 +00:00
[COM_APITEST]
- Add test for netshell classes - Add some interfaces svn path=/trunk/; revision=67313
This commit is contained in:
parent
bea0b47db6
commit
a04d175469
8 changed files with 196 additions and 8 deletions
|
@ -6,6 +6,7 @@
|
|||
extern void func_browseui(void);
|
||||
extern void func_ieframe(void);
|
||||
extern void func_interfaces(void);
|
||||
extern void func_netshell(void);
|
||||
extern void func_shdocvw(void);
|
||||
extern void func_shell32(void);
|
||||
|
||||
|
@ -14,6 +15,7 @@ const struct test winetest_testlist[] =
|
|||
{ "browseui", func_browseui },
|
||||
{ "ieframe", func_ieframe },
|
||||
{ "interfaces", func_interfaces },
|
||||
{ "netshell", func_netshell },
|
||||
{ "shdocvw", func_shdocvw },
|
||||
{ "shell32", func_shell32 },
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue