Re: [Mingw-w64-public] [PATCH] winstorecompat: provide GetFileInformationByHandle

2020-05-19 Thread Steve Lhomme
Oops, I thought it was compiling but I forgot to run autoreconf. I'll provide an updated version. On 2020-05-19 11:12, Steve Lhomme wrote: It's forbidden in any UWP app but the same information can be gathered via GetFileInformationByHandleEx. It's used by gnutls (via gnulib). --- mingw-w64

[Mingw-w64-public] [PATCH] winstorecompat: provide GetFileInformationByHandle

2020-05-19 Thread Steve Lhomme
It's forbidden in any UWP app but the same information can be gathered via GetFileInformationByHandleEx. It's used by gnutls (via gnulib). --- mingw-w64-headers/include/fileapi.h | 6 +- .../winstorecompat/Makefile.am| 2 + .../src/GetFileInformationByHandle.c