[SHELL32_APITEST] Add a test for the CUserNotification implementation. CORE-13177

This commit is contained in:
Hermès Bélusca-Maïto 2018-02-15 01:17:32 +01:00
parent fe4704fa64
commit 02d17df031
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
3 changed files with 182 additions and 0 deletions

View file

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