Fixed the WinExec prototype.
This commit is contained in:
parent
905cb7e316
commit
2204b50a95
|
@ -872,7 +872,7 @@ HINSTANCE16 WINAPI WinExec16( LPCSTR lpCmdLine, UINT16 nCmdShow )
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
* WinExec (KERNEL32.@)
|
* WinExec (KERNEL32.@)
|
||||||
*/
|
*/
|
||||||
HINSTANCE WINAPI WinExec( LPCSTR lpCmdLine, UINT nCmdShow )
|
UINT WINAPI WinExec( LPCSTR lpCmdLine, UINT nCmdShow )
|
||||||
{
|
{
|
||||||
PROCESS_INFORMATION info;
|
PROCESS_INFORMATION info;
|
||||||
STARTUPINFOA startup;
|
STARTUPINFOA startup;
|
||||||
|
|
Loading…
Reference in New Issue