在 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`.
--
Best regards,
LIU Hao
OpenPGP_signature
Description: OpenPGP digital signature
___
On 5/13/22 05:17, LIU Hao wrote:
在 2022-05-09 17:49, LIU Hao 写道:
From 28f1b0cc35c89f14e57fb8c950f75dc514147dd4 Mon Sep 17 00:00:00 2001
From: LIU Hao
Date: Mon, 9 May 2022 16:17:46 +0800
Subject: [PATCH] crt: Hide `*recalloc()` functions for MSVCR* prior
to 90
They are only available since
在 2022-05-09 17:49, LIU Hao 写道:
From 28f1b0cc35c89f14e57fb8c950f75dc514147dd4 Mon Sep 17 00:00:00 2001
From: LIU Hao
Date: Mon, 9 May 2022 16:17:46 +0800
Subject: [PATCH] crt: Hide `*recalloc()` functions for MSVCR* prior to 90
They are only available since MSVCR90, and in UCRT.
Signed-off-by