Sync to Wine-20050419:
authorGé van Geldorp <ge@gse.nl>
Fri, 6 May 2005 16:23:24 +0000 (16:23 +0000)
committerGé van Geldorp <ge@gse.nl>
Fri, 6 May 2005 16:23:24 +0000 (16:23 +0000)
commitbb1d3b119bd5e8a6ea9289d11afe6f17b08438a3
tree0e2c3082843a3482b5302d1360df5c6876de0771
parentc72be4b69c5f77a48337580afbcb0d17cff4f1ad
Sync to Wine-20050419:
Peter Berg Larsen <pebl@math.ku.dk>
- Strncpy elimination.
- Janitorial: Get rid of strncpy/strncpyW.
Jakob Eriksson <jakov@vmlinux.org>
- Get rid of HeapAlloc casts.
Troy Rollo <wine@troy.rollo.name>
- Corrections to UrlIsW and UrlIsA.
- URL_IS_OPAQUE results depend only on the scheme, not on the URL.
- URL_IS_FILEURL also only depends on the scheme ("file:").
Francois Gouget <fgouget@free.fr>
- Assorted spelling fixes.
Robert Shearman <rob@codeweavers.com>
- Fix SHCopyKey to treat string parameter correctly as source path
  instead of destination path.
Jon Griffiths <jon_p_griffiths@yahoo.com>
- Use LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc).
- Implement @188,190,195,200,256,478,481.
- IUnknown_EnableModeless() also handles IOleInPlaceActiveObject.
- Tests and small fix for PathMakePretty().
- Fix a crash and test failure with early native dlls.

svn path=/trunk/; revision=15050
13 files changed:
reactos/include/wine/shlguid.h
reactos/lib/shlwapi/istream.c
reactos/lib/shlwapi/ordinal.c
reactos/lib/shlwapi/path.c
reactos/lib/shlwapi/reg.c
reactos/lib/shlwapi/regstream.c
reactos/lib/shlwapi/shlwapi.spec
reactos/lib/shlwapi/string.c
reactos/lib/shlwapi/url.c
reactos/w32api/include/ocidl.h
reactos/w32api/include/oleidl.h
reactos/w32api/include/shlguid.h
reactos/w32api/include/shlobj.h