reactos/sdk
Katayama Hirofumi MZ bfcbda227f [SHELL32] Fix handling of multiple parameters in the 'Run' dialog (#665)
The "Run" dialog failed when multiple parameters wee specified.
We use instead a newly-created ShellExecCmdLine() helper function to fix the problem (as found via API-tracing on Windows).
Note that ShellExecCmdLine() starts to be exported with Vista+.

- Implement ShellExecCmdLine() function in shell32.
- Add URL support.
- Fix RunDlgProc function in shell32.
- Add a testcase for ShellExecCmdLine() function.

CORE-14790
2018-08-05 13:39:17 +02:00
..
cmake [CMAKE] Update all base addresses, taking into account the reserved user32 address from CORE-12752 2018-07-12 21:55:21 +02:00
include [SHELL32] Fix handling of multiple parameters in the 'Run' dialog (#665) 2018-08-05 13:39:17 +02:00
lib [ATL] Fix the CComQIIDPtr template. 2018-08-05 11:54:56 +02:00
tools [REACTOS] Fix 64 bit issues 2018-08-04 19:19:34 +02:00