mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 21:06:17 +00:00
[SHELL32_APITEST] Add a test for the CUserNotification implementation. CORE-13177
This commit is contained in:
parent
fe4704fa64
commit
02d17df031
3 changed files with 182 additions and 0 deletions
|
@ -9,6 +9,7 @@ extern void func_CFSFolder(void);
|
|||
extern void func_CMyComputer(void);
|
||||
extern void func_CShellDesktop(void);
|
||||
extern void func_CShellLink(void);
|
||||
extern void func_CUserNotification(void);
|
||||
extern void func_menu(void);
|
||||
extern void func_PathResolve(void);
|
||||
extern void func_SHCreateFileExtractIconW(void);
|
||||
|
@ -23,6 +24,7 @@ const struct test winetest_testlist[] =
|
|||
{ "CMyComputer", func_CMyComputer },
|
||||
{ "CShellDesktop", func_CShellDesktop },
|
||||
{ "CShellLink", func_CShellLink },
|
||||
{ "CUserNotification", func_CUserNotification },
|
||||
{ "menu", func_menu },
|
||||
{ "PathResolve", func_PathResolve },
|
||||
{ "SHCreateFileExtractIconW", func_SHCreateFileExtractIconW },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue