Re: [Mingw-w64-public] [PATCH 3/7] crt: msvcr120 and UCRT: Fix X64 _(w)findfirst and _(w)findnext symbol aliases

2024-04-30 Thread Pali Rohár
On Tuesday 30 April 2024 11:57:02 Martin Storsjö wrote: > On Sat, 27 Apr 2024, Pali Rohár wrote: > > > These symbols on X64 should resolve to _findfirst64i32/_findnext64i32 > > functions, like in other CRT libraries and header files. > > It could be worth mentioning in the commit message, that

Re: [Mingw-w64-public] [PATCH 3/7] crt: msvcr120 and UCRT: Fix X64 _(w)findfirst and _(w)findnext symbol aliases

2024-04-30 Thread Martin Storsjö
On Sat, 27 Apr 2024, Pali Rohár wrote: These symbols on X64 should resolve to _findfirst64i32/_findnext64i32 functions, like in other CRT libraries and header files. It could be worth mentioning in the commit message, that the 32 bit versions of these aliases or redirects, are intentionally

[Mingw-w64-public] [PATCH 3/7] crt: msvcr120 and UCRT: Fix X64 _(w)findfirst and _(w)findnext symbol aliases

2024-04-27 Thread Pali Rohár
These symbols on X64 should resolve to _findfirst64i32/_findnext64i32 functions, like in other CRT libraries and header files. --- mingw-w64-crt/Makefile.am | 4 ...l1-1-0.def => api-ms-win-crt-filesystem-l1-1-0.def.in} | 8 ++--