Re: Munge /r and /n in HTTP_HttpSendRequestA

2004-03-14 Thread Rolf Kalbermatter
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')) >+

Re: Updated debug delay patch

2004-03-14 Thread Rein Klazes
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

Re: Updated debug delay patch

2004-03-14 Thread Uwe Bonnes
> "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

Re: Updated debug delay patch

2004-03-14 Thread Uwe Bonnes
> "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

Re: shell32 patch 23 d [correction]

2004-03-14 Thread Martin Fuchs
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.