Commit 1130a11c authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

kernel32: Added DECLSPEC_HOTPATCHABLE to WinExec function.

parent fdc6f610
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment