diff --git a/reactos/lib/shell32/shell.c b/reactos/lib/shell32/shell.c index 419e2fd0ab2..b6307a7beea 100644 --- a/reactos/lib/shell32/shell.c +++ b/reactos/lib/shell32/shell.c @@ -611,7 +611,7 @@ DWORD WINAPI RegEnumKey16( HKEY hkey, DWORD index, LPSTR name, DWORD name_len ) /************************************************************************* * SHELL_Execute16 [Internal] */ -static UINT SHELL_Execute16(const WCHAR *lpCmd, void *env, BOOL shWait, +static UINT SHELL_Execute16(const WCHAR *lpCmd, WCHAR *env, BOOL shWait, LPSHELLEXECUTEINFOW psei, LPSHELLEXECUTEINFOW psei_out) { UINT ret;