shell32

Eric Pouech pouech-eric at wanadoo.fr
Fri Sep 26 15:57:02 CDT 2003


this shall fix both a warning and some nasty crashes...
A+
-- 
Eric Pouech
-------------- next part --------------
Index: dlls/shell32/shell.c
===================================================================
RCS file: /home/cvs/cvsroot/wine/wine/dlls/shell32/shell.c,v
retrieving revision 1.56
diff -u -r1.56 shell.c
--- dlls/shell32/shell.c	5 Sep 2003 23:08:31 -0000	1.56
+++ dlls/shell32/shell.c	26 Sep 2003 20:55:30 -0000
@@ -611,7 +611,7 @@
 /*************************************************************************
  *           SHELL_Execute16 [Internal]
  */
-static UINT SHELL_Execute16(char *lpCmd, LPSHELLEXECUTEINFOA sei, BOOL shWait)
+static UINT SHELL_Execute16(char *lpCmd, void* env, LPSHELLEXECUTEINFOA sei, BOOL shWait)
 {
     UINT ret = WinExec16(lpCmd, sei->nShow);
     sei->hInstApp = HINSTANCE_32(ret);


More information about the wine-patches mailing list