mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-22 02:09:03 +01:00
Current code was clearly considering the case of having only a filename as a directory monitoring, instead of a hard-link monitoring. As I assume that hard links don't exist on Windows, this case should simply revert back to the basic file monitoring code path.