Merge in Winehq commits.

svn path=/trunk/; revision=9949
This commit is contained in:
Steven Edwards 2004-06-30 19:14:24 +00:00
parent 3af5a16e60
commit 458aec49c1

View file

@ -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;