mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 02:42:59 +00:00
[SHELL32]
- Explicitly use -W version of ShellExecute. Patch by Mark Jansen. ROSTESTS-209 svn path=/trunk/; revision=71115
This commit is contained in:
parent
347c6105e0
commit
0664f98833
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ HRESULT WINAPI CExeDropHandler::Drop(IDataObject *pDataObject, DWORD dwKeyState,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ShellExecute(NULL, L"open", sPathTarget, wszBuf, NULL,SW_SHOWNORMAL);
|
ShellExecuteW(NULL, L"open", sPathTarget, wszBuf, NULL,SW_SHOWNORMAL);
|
||||||
|
|
||||||
return S_OK;
|
return S_OK;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue