ShellExecute patch

Steven Edwards steven_ed4153 at yahoo.com
Sun Jul 21 14:53:06 CDT 2002


I guess there is no other way of doing this without using WinExec?

+    if (retval > 32)  /* Found */
+    {
+        TRACE("%s/%s => %s/%s\n", lpFile, lpOperation, cmd, lpstrProtocol);
+        if (*lpstrProtocol)
+            retval = execute_from_key(lpstrProtocol, lpFile, iShowCmd, is32);
+        else
+            retval = (is32) ? WinExec(cmd, iShowCmd) : WinExec16(cmd, iShowCmd);
+    }

__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com



More information about the wine-patches mailing list