Skip to content

W32: Correctly set st_ino when doing private stat()

LRN requested to merge lrn/glib:w32-gstat-ino-master into master

This should ensure that st_ino is 0 after g_stat() or g_lstat() is called. Otherwise it will contain random garbage, giving a false impression that st_ino is meaningful on Windows (it isn't).

Merge request reports