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: > > /*********************************************************************** > > > * FtpGetCurrentDirectoryW (WININET.@) > > > * > > > - * Retrieves the current directory > > > + * Retrieves the current directory (unicode) > > > + * Implemented 5/17/2004 Tim Hentenaar <[EMAIL PROTECTED]> > > > > Please don't add changelog information in the code, that's what the > > CVS log and the Changelog file are for. > > > > Some other comments too: ... > You can't do this. lpvFindData is usually a pointer to WIN32_FIND_DATAW, and > so you need to convert it properly. The best idea would probably be to copy > the InternetFindNextFileA function here and unicodify. Another common > technique is to create a common function that takes a flag indicating > whether it is unicode and call this from both the A and W functions. Then > you would have portions of code like this:
