On Thu, 20 Mar 2025, Pali Rohár wrote:

Function _aligned_msize() is available only in msvcr80+ and UCRT. It is not
available in msvcrt.dll system os library.
---
mingw-w64-crt/Makefile.am           |  2 ++
mingw-w64-crt/misc/_aligned_msize.c | 13 +++++++++++++
mingw-w64-headers/crt/crtdbg.h      |  2 --
mingw-w64-headers/crt/malloc.h      |  2 --
mingw-w64-headers/crt/stdlib.h      |  2 --
5 files changed, 15 insertions(+), 6 deletions(-)
create mode 100644 mingw-w64-crt/misc/_aligned_msize.c

The rest of this patchset seems reasonable, except for the comment on the recalloc functions.

// Martin

_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to