mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue