Re: [Resend] wininet patch

2004-05-18 Thread Kevin Koltzau
In an attempt to prevent duplicated effort on this also, I actually have most of this already implemented in my tree, there is a bit more work left to do (about a weeks worth at my current pace) to fully complete On Tuesday 18 May 2004 08:10 pm, Robert Shearman wrote: > > /

RE: [Resend] wininet patch

2004-05-18 Thread Robert Shearman
Alexandre Julliard wrote: > > Tim Hentenaar <[EMAIL PROTECTED]> writes: > > > > /*** > > * FtpGetCurrentDirectoryW (WININET.@) > > * > > - * Retrieves the current directory > > + * Retrieves the current directory (uni

Re: [Resend] wininet patch

2004-05-18 Thread Alexandre Julliard
Tim Hentenaar <[EMAIL PROTECTED]> writes: > /*** > * FtpGetCurrentDirectoryW (WININET.@) > * > - * Retrieves the current directory > + * Retrieves the current directory (unicode) > + * Implemented 5/17/2004 Tim Hent