shlwapi: Implement stubs for missing functions required by IE6

Owen Rudge orudge at codeweavers.com
Mon Aug 31 12:14:11 CDT 2009


This patch implements stubs for a number of functions in shlwapi that 
are required by IE6. These are:

- SHCreatePropertyBagOnRegKey
- SHGetViewStatePropertyBag
- SHFormatDateTimeA/W
- ZoneCheckUrlExW
- UrlFixupW

Additionally, a proper implementation of IUnknown_UIActivateIO is provided.

With these stubs, IE6 should run successfully with Wine's shlwapi.dll, 
although it'll still crash if certain actions are carried out.

---
  dlls/shlwapi/ordinal.c    |  167 
+++++++++++++++++++++++++++++++++++++++++++++
  dlls/shlwapi/shlwapi.spec |   14 ++--
  dlls/shlwapi/url.c        |   32 +++++++++
  3 files changed, 206 insertions(+), 7 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0fb56a3b6984312ad766f5c9819732b8c11d2079.diff
Type: text/x-patch
Size: 9417 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090831/0a25b1cd/attachment.bin>


More information about the wine-patches mailing list