[PATCH 2/2 (resend)] shell32: Also compare UNIX realpaths in SHChangeNotify

Andrew Eikum aeikum at codeweavers.com
Wed Aug 4 09:25:16 CDT 2010


On 08/04/2010 08:50 AM, Alexandre Julliard wrote:
> Andrew Eikum<aeikum at codeweavers.com>  writes:
>
>>  User calls SHChangeNotifyRegister with a PIDL like "[Desktop][C:]".
>>  The shell (or whatever) calls SHChangeNotify with a PIDL in the UNIX
>>  filesystem, like "[Desktop][/][home][user][.wine][drive_c]".  These
>>  should result in a match and the window being notified, but instead
>>  the comparison fails.
>
> Is this the way it works on Windows?  If you access the same file
> through two different drives, do they both get notified?
>

Nope I guess it doesn't.  Back to the drawing board.

I think the tests from [1/2] should still be good, though.

Andrew



More information about the wine-devel mailing list