http://bugs.winehq.org/show_bug.cgi?id=3858
------- Additional Comments From hans@it.vu.nl 2005-18-11 05:03 ------- Picasa calls ReadDirectoryChangesW which is currently a stub in Wine. An implementation should be doable, since support for file change notifcations is already there. It's not based on FAM though, it directly uses DNOTIFY. Oh, and DNOTIFY has just been deprecated, we should look at moving to INOTIFY.