We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320bc52 commit 6a06b0aCopy full SHA for 6a06b0a
modules/rostests/apitests/shell32/testlist.c
@@ -97,10 +97,10 @@ const struct test winetest_testlist[] =
97
{ "SHDefExtractIcon", func_SHDefExtractIcon },
98
{ "SHEnumerateUnreadMailAccountsW", func_SHEnumerateUnreadMailAccountsW },
99
{ "She", func_She },
100
- { "ShellExec_RunDLL", func_ShellExec_RunDLL },
101
- { "ShellExecCmdLine", func_ShellExecCmdLine },
102
- { "ShellExecuteEx", func_ShellExecuteEx },
103
- { "ShellExecuteW", func_ShellExecuteW },
+ //{ "ShellExec_RunDLL", func_ShellExec_RunDLL }, Broke on Windows
+ //{ "ShellExecCmdLine", func_ShellExecCmdLine }, Broke on Windows
+ //{ "ShellExecuteEx", func_ShellExecuteEx }, Broke on Windows
+ //{ "ShellExecuteW", func_ShellExecuteW }, Broke on Windows
104
{ "ShellHook", func_ShellHook },
105
{ "ShellState", func_ShellState },
106
{ "SHGetAttributesFromDataObject", func_SHGetAttributesFromDataObject },
0 commit comments