kernel32: Added DECLSPEC_HOTPATCHABLE to WinExec function.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Jacek Caban 2015-11-12 16:05:01 +01:00 committed by Alexandre Julliard
parent fdc6f610c3
commit 1130a11cce

View file

@ -2556,7 +2556,7 @@ static DWORD wait_input_idle( HANDLE process, DWORD timeout )
/***********************************************************************
* WinExec (KERNEL32.@)
*/
UINT WINAPI WinExec( LPCSTR lpCmdLine, UINT nCmdShow )
UINT WINAPI DECLSPEC_HOTPATCH WinExec( LPCSTR lpCmdLine, UINT nCmdShow )
{
PROCESS_INFORMATION info;
STARTUPINFOA startup;