Fix ShellExecute("\"foo.doc\"") for Internet Explorer 6.
commit0b5cc286e3616eb6ed0beba5d4f75837795bda36
authorFrancois Gouget <fgouget@codeweavers.com>
Wed, 17 Aug 2005 09:53:30 +0000 (17 09:53 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 17 Aug 2005 09:53:30 +0000 (17 09:53 +0000)
tree52c7cedf77499583d30b8e876d569b0d69c3231c
parent2b7ae268e5160f85a741dd5208ceb95dcc3ec432
Fix ShellExecute("\"foo.doc\"") for Internet Explorer 6.
Update the conformance tests accordingly.
Tweak a trace because it's very confusing to see the path with no
escaped quotes in ShellExecuteA() and then with escaped quotes in
ShellExecuteExW32() (due to debugstr_w()).
dlls/shell32/shlexec.c
dlls/shell32/tests/shlexec.c