On 08/04/2010 08:50 AM, Alexandre Julliard wrote:
Andrew Eikumaeikum@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