Uwe Bonnes <[EMAIL PROTECTED]> wrote:
>This makes Xilinx webupdate.exe see the Servicepack
>
>+ else
>+ /* remove \r and \n*/
>+ {
>+ int nLen = strlen(lpwhr->lpszPath);
>+ while ((lpwhr->lpszPath[nLen-1] == '\r')||(lpwhr->lpszPath[nLen-1] ==
>'\n'))
>+
On Sun, 14 Mar 2004 14:14:48 +0100, you wrote:
>
> this patch comes like sent from heaven. However:
>
> > cat ../delay_debug | patch -s -p0 --dry-run
> 1 out of 3 hunks FAILED -- saving rejects to file dlls/ntdll/debugtools.c.rej
> 2 out of 3 hunks FAILED -- saving rejects to file libs/wine/debu
> "Mike" == Mike Hearn <[EMAIL PROTECTED]> writes:
Mike> Here is the updated version of my debug delay patch, back by
Mike> popular request (well, ok, one person asked for it :)
Mike> Usage is simple:
Mike> WINEDELAY=1 WINEDEBUG=+relay wine foobar.exe
Mike> Hit f12 in an
> "Mike" == Mike Hearn <[EMAIL PROTECTED]> writes:
Mike> Here is the updated version of my debug delay patch, back by
Mike> popular request (well, ok, one person asked for it :)
Mike> Usage is simple:
Mike> WINEDELAY=1 WINEDEBUG=+relay wine foobar.exe
Mike> Hit f12 in an
Alexandre - is there any thing wrong with this patch?
> Changelog:
> - expand environment strings in command, parameter and directory strings of
> ShellExecuteExW32()
My follow-up patches are blocked by this not yet committed patch.