[PATCH 4/4] shell32: Correctly construct the PIDL given to SHChangeNotify in AddFolder

Andrew Eikum aeikum at codeweavers.com
Fri Nov 12 15:33:06 CST 2010


The old PIDL was created "from scratch" by giving it to _ILCreateFromPath.
Instead, we should append the new relative path to the end of this
ShellFolder's root PIDL.  This prevents creating a PIDL in the wrong
namespace.

This fixes bug 18606.
---
  dlls/shell32/shfldr_fs.c |   30 ++++++++++++++++++++++++++----
  1 files changed, 26 insertions(+), 4 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-shell32-Correctly-construct-the-PIDL-given-to-SHChan.patch
Type: text/x-patch
Size: 1482 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20101112/568d3797/attachment.bin>


More information about the wine-patches mailing list