[PATCH 4/4] shell32: Also compare UNIX realpaths in SHChangeNotify

Andrew Eikum aeikum at codeweavers.com
Tue Aug 3 09:04:26 CDT 2010


On 08/03/2010 08:50 AM, Andrew Eikum wrote:
>
> This fixes bug 10284.

Should be 18606.

>
> It's possible to refer to the same file in two different ways with PIDLs
> in Wine.  This can cause notifications via SHChangeNotify to fail to
> trigger.  To ensure an apples-to-apples comparison, we convert the
> incoming PIDLs and the filters to UNIX paths and compare those if the
> PIDLs fail to match.
> ---
>    dlls/shell32/changenotify.c |  115
> ++++++++++++++++++++++++++++++++++++-------
>    1 files changed, 96 insertions(+), 19 deletions(-)
>
>
>
>
>
>




More information about the wine-patches mailing list