commit | 2204b50a95567223d2ad907fb63a9c328f37bb3e | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@free.fr> | Sun May 19 22:21:45 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun May 19 22:21:45 2002 +0000 |
tree | 36d40cc8b169a2d3dc4cced9b3bf644303eed4b8 | |
parent | 905cb7e316ae9b46d2d6d0ce539929a14799d684 [diff] [blame] |
Fixed the WinExec prototype.
diff --git a/loader/module.c b/loader/module.c index 9123788..5d7c306 100644 --- a/loader/module.c +++ b/loader/module.c
@@ -872,7 +872,7 @@ /*********************************************************************** * WinExec (KERNEL32.@) */ -HINSTANCE WINAPI WinExec( LPCSTR lpCmdLine, UINT nCmdShow ) +UINT WINAPI WinExec( LPCSTR lpCmdLine, UINT nCmdShow ) { PROCESS_INFORMATION info; STARTUPINFOA startup;