shlwapi: Implement stubs for missing functions required by IE6

Dmitry Timoshkov dmitry at codeweavers.com
Mon Aug 31 23:06:09 CDT 2009


"Owen Rudge" <orudge at codeweavers.com> wrote:

> +HRESULT WINAPI IUnknown_UIActivateIO(IUnknown *lpUnknown, BOOL fActivate, LPMSG lpMsg)
> +HRESULT WINAPI SHCreatePropertyBagOnRegKey (HKEY hKey, LPCWSTR pszSubKey,
> +    DWORD grfMode, REFIID riid, void **ppv)
> +HRESULT WINAPI SHGetViewStatePropertyBag(LPCITEMIDLIST pidl, LPWSTR lpszBagName,
> +INT WINAPI SHFormatDateTimeW(const FILETIME UNALIGNED *fileTime, DWORD *flags,
> +INT WINAPI SHFormatDateTimeA(const FILETIME UNALIGNED *fileTime, DWORD *flags,

It's better to send separate patches for each of the APIs and avoid hungarian
notation as much as possible

-- 
Dmitry.



More information about the wine-devel mailing list