Fixed the WinExec prototype.

This commit is contained in:
Francois Gouget 2002-05-19 22:21:45 +00:00 committed by Alexandre Julliard
parent 905cb7e316
commit 2204b50a95
1 changed files with 1 additions and 1 deletions

View File

@ -872,7 +872,7 @@ HINSTANCE16 WINAPI WinExec16( LPCSTR lpCmdLine, UINT16 nCmdShow )
/***********************************************************************
* WinExec (KERNEL32.@)
*/
HINSTANCE WINAPI WinExec( LPCSTR lpCmdLine, UINT nCmdShow )
UINT WINAPI WinExec( LPCSTR lpCmdLine, UINT nCmdShow )
{
PROCESS_INFORMATION info;
STARTUPINFOA startup;