mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 09:25:44 +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]
|
* 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)
|
LPSHELLEXECUTEINFOW psei, LPSHELLEXECUTEINFOW psei_out)
|
||||||
{
|
{
|
||||||
UINT ret;
|
UINT ret;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue