[2/2] shell32: Supply a module name to CreateProcess

Dmitry Timoshkov dmitry at baikal.ru
Tue Feb 11 02:43:09 CST 2014


Alistair Leslie-Hughes <leslie_alistair at hotmail.com> wrote:

> --- a/dlls/shell32/shlexec.c
> +++ b/dlls/shell32/shlexec.c
> @@ -315,6 +315,8 @@ static UINT_PTR SHELL_ExecuteW(const WCHAR *lpCmd, WCHAR *env, BOOL shWait,
>      WCHAR curdir[MAX_PATH];
>      DWORD dwCreationFlags;
>      const WCHAR *lpDirectory = NULL;
> +    WCHAR module_path[MAX_PATH] {0};

Does this really compile?

-- 
Dmitry.



More information about the wine-devel mailing list