[SHELL32] add DECLSPEC_HOTPATCH to WinExec function (wine patch from Jacek Caban)

svn path=/trunk/; revision=72561
This commit is contained in:
Christoph von Wittich 2016-09-04 07:50:55 +00:00
parent 09dc7fbe19
commit 9eae1a4984

View file

@ -4812,6 +4812,7 @@ CreateProcessA(LPCSTR lpApplicationName,
*/
UINT
WINAPI
DECLSPEC_HOTPATCH
WinExec(LPCSTR lpCmdLine,
UINT uCmdShow)
{