Re: [PATCH] stat: remove _GL_WINDOWS_STAT_INODES == 2 support

2020-05-28 Thread Bruno Haible
Steve Lhomme wrote: > It may be outdated code, the value is never 2. The value is currently never 2, correct. But you can see from the patch that introduced this code [1] that the reason why it's not enabled is that it requires -D_WIN32_WINNT=_WIN32_WINNT_WIN8 or higher. Obviously at a moment when

[PATCH] stat: remove _GL_WINDOWS_STAT_INODES == 2 support

2020-05-19 Thread Steve Lhomme
It may be outdated code, the value is never 2. sys_types_h.m4 sets it to 0 or via gl_WINDOWS_STAT_INODES. gl_WINDOWS_STAT_INODES sets it to 1 if compiled via mingw* and 0 otherwise. --- lib/stat-w32.c | 107 +++-- lib/stat.c | 9 lib/sys_