Andrew Eikum aeikum@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?