Re: [Mingw-w64-public] [PATCH] crt: add some missing CRT entries

2023-06-08 Thread Alexandre Julliard via Mingw-w64-public
Martin Storsjö writes: > On Thu, 8 Jun 2023, Alexandre Julliard wrote: > >> Martin Storsjö writes: >> >>> When looking at the redistributable api-ms-win-crt*.dlls from the >>> redistributable UCRT, api-ms-win-crt-filesystem-l1-1-0.dll does not >>> contain these symbols; neither in the original r

Re: [Mingw-w64-public] [PATCH] crt: add some missing CRT entries

2023-06-08 Thread Alexandre Julliard via Mingw-w64-public
Martin Storsjö writes: > When looking at the redistributable api-ms-win-crt*.dlls from the > redistributable UCRT, api-ms-win-crt-filesystem-l1-1-0.dll does not > contain these symbols; neither in the original releases of UCRT from > 2015, nor in the current releases from the latest WinSDK. So if

Re: [Mingw-w64-public] [PATCH] crt: add some missing CRT entries

2023-06-08 Thread Martin Storsjö
On Thu, 8 Jun 2023, Alexandre Julliard wrote: Martin Storsjö writes: When looking at the redistributable api-ms-win-crt*.dlls from the redistributable UCRT, api-ms-win-crt-filesystem-l1-1-0.dll does not contain these symbols; neither in the original releases of UCRT from 2015, nor in the curr

Re: [Mingw-w64-public] [PATCH] crt: add some missing CRT entries

2023-06-08 Thread Martin Storsjö
On Thu, 8 Jun 2023, Steve Lhomme wrote: According to the WACK. --- .../lib-common/api-ms-win-crt-filesystem-l1-1-0.def | 5 + mingw-w64-crt/lib-common/api-ms-win-crt-heap-l1-1-0.def | 1 + mingw-w64-crt/lib-common/api-ms-win-crt-stdio-l1-1-0.def | 1 + 3 files changed, 7 inser

[Mingw-w64-public] [PATCH] crt: add some missing CRT entries

2023-06-07 Thread Steve Lhomme
According to the WACK. --- .../lib-common/api-ms-win-crt-filesystem-l1-1-0.def | 5 + mingw-w64-crt/lib-common/api-ms-win-crt-heap-l1-1-0.def | 1 + mingw-w64-crt/lib-common/api-ms-win-crt-stdio-l1-1-0.def | 1 + 3 files changed, 7 insertions(+) diff --git a/mingw-w64-crt/li