Changelog: * loader/module.c Fix the WinExec prototype -- Francois Gouget fgouget@free.fr http://fgouget.free.fr/ Avoid the Gates of Hell - use Linux. Index: loader/module.c =================================================================== RCS file: /home/wine/wine/loader/module.c,v retrieving revision 1.150 diff -u -r1.150 module.c --- loader/module.c 2 Apr 2002 19:47:30 -0000 1.150 +++ loader/module.c 19 May 2002 02:45:46 -0000 @@ -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;