[SHELL32] Fix handling of multiple parameters in the 'Run' dialog (#665)
[reactos.git] / modules / rostests / apitests / shell32 / testlist.c
index 769f587..1b5339e 100644 (file)
@@ -9,9 +9,15 @@ 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_IShellFolderViewCB(void);
 extern void func_menu(void);
+extern void func_OpenAs_RunDLL(void);
 extern void func_PathResolve(void);
+extern void func_SHCreateFileExtractIconW(void);
+extern void func_ShellExecCmdLine(void);
 extern void func_ShellExecuteEx(void);
+extern void func_ShellState(void);
 extern void func_SHParseDisplayName(void);
 
 const struct test winetest_testlist[] =
@@ -22,9 +28,15 @@ const struct test winetest_testlist[] =
     { "CMyComputer", func_CMyComputer },
     { "CShellDesktop", func_CShellDesktop },
     { "CShellLink", func_CShellLink },
+    { "CUserNotification", func_CUserNotification },
+    { "IShellFolderViewCB", func_IShellFolderViewCB },
     { "menu", func_menu },
+    { "OpenAs_RunDLL", func_OpenAs_RunDLL },
     { "PathResolve", func_PathResolve },
+    { "SHCreateFileExtractIconW", func_SHCreateFileExtractIconW },
+    { "ShellExecCmdLine", func_ShellExecCmdLine },
     { "ShellExecuteEx", func_ShellExecuteEx },
+    { "ShellState", func_ShellState },
     { "SHParseDisplayName", func_SHParseDisplayName },
     { 0, 0 }
 };