Updated Shlwapi

Guy L. Albertelli galberte at neo.lrun.com
Fri Oct 19 11:17:37 CDT 2001


With the following patches, Outlook Express v4.72.3120.0 comes up and you
can open a existing message. The message text still doesn't display, but at
least it doesn't crash.

Alexandre: I did not put a "#include wctype.h" in ordinal.c and the use of
"iswpunct" generates a warning. If I should have then please include it.
There were comments in msvcrt indicating problems occuring.

Changelog
Guy Albertelli  <<galberte at neo.lrun.com>>

  dlls/shlwapi/shlwapi.spec
   - Add support for changes in ordinal.c, reg.c, and url.c

  dlls/shlwapi/ordinal.c
   - Add stubs for _25, _33, _35
   - Add/correct code for:
       _15 (RetrieveAcceptLanguage)
       _29 (iswspace)
       _30 (modified iswspace)
       _31 (iswpunct - partial)
       _151 (strncmp)
       _152 (strncmp for Unicode)
       _153 (strncasecmp)
       _154 (strncasecmp for Unicode)
       _158 (strcasecmp for Unicode)
  dlls/shlwapi/reg.c
   - Implement HUSKEY design.
   - Implement functions: SHRegOpenUSKey{A|W}, SHRegCloseUSKey,
      SHRegGetUSValue{A|W}, SHRegQueryInfoUSKey{A|W}
  dlls/shlwapi/url.c
   - Implement UrlCanonicalizeW, UrlEscapeW, UrlUnescapeW (these last two
       are probably not correct and need further testing - GA)
   - Stub UrlGetLocation{A|W}
  include/shlwapi.h
   - Define HUSKEY, LPHUSKEY, SHREGDEL_FLAGS, and SHREGENUM_FLAGS
-------------- next part --------------
A non-text attachment was scrubbed...
Name: shlwapi-spec.diff
Type: application/octet-stream
Size: 3666 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20011019/9dc76c0e/shlwapi-spec.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: shlwapi-ordinal.diff
Type: application/octet-stream
Size: 7920 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20011019/9dc76c0e/shlwapi-ordinal.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: shlwapi-reg2.diff
Type: application/octet-stream
Size: 11279 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20011019/9dc76c0e/shlwapi-reg2.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: shlwapi-url.diff
Type: application/octet-stream
Size: 7806 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20011019/9dc76c0e/shlwapi-url.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: shlwapih.diff
Type: application/octet-stream
Size: 1735 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20011019/9dc76c0e/shlwapih.obj


More information about the wine-patches mailing list