Re: Implemented CreateUrlCacheEntryW and DeleteUrlCacheEntryW
Robert Shearman <[EMAIL PROTECTED]> writes: > The strncpyW function exists for a reason. Also, it is better to use > strlenW than lstrlenW. Actually strncpy(W) is almost always the wrong thing to use. If you want to copy a fixed length (like in that case) memcpy is a much better choice; if you wa
Re: Implemented CreateUrlCacheEntryW and DeleteUrlCacheEntryW
Jacek Caban wrote: Changelog: Implemented CreateUrlCacheEntryW and DeleteUrlCacheEntryW Index: dlls/wininet/urlcache.c === RCS file: /home/wine/wine/dlls