Re: [Mingw-w64-public] [PATCH] crt: Hide `*recalloc()` functions for MSVCR* prior to 90

2022-05-13 Thread LIU Hao
在 2022-05-13 15:10, JonY 写道: On 5/13/22 06:53, LIU Hao wrote: 在 2022-05-13 14:48, JonY via Mingw-w64-public 写道: I still see it in msvcrt.def.in, is that expected? Are they? I can only see `*realloc` there. The hidden ones are `*re_ca_lloc`. OK, I see, no objections in that case. Than

Re: [Mingw-w64-public] [PATCH] crt: Hide `*recalloc()` functions for MSVCR* prior to 90

2022-05-13 Thread JonY via Mingw-w64-public
On 5/13/22 06:53, LIU Hao wrote: 在 2022-05-13 14:48, JonY via Mingw-w64-public 写道: I still see it in msvcrt.def.in, is that expected? Are they? I can only see `*realloc` there. The hidden ones are `*re_ca_lloc`. OK, I see, no objections in that case.