mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
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:
parent
fdc6f610c3
commit
1130a11cce
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue