mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
Merge in Winehq commits.
svn path=/trunk/; revision=9949
This commit is contained in:
parent
3af5a16e60
commit
458aec49c1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue