Path to this page:
Subject: CVS commit: pkgsrc/cross/mingw-w64-x86_64-headers
From: Ryo ONODERA
Date: 2024-11-28 21:09:13
Message id: 20241128200913.D9A50FC1B@cvs.NetBSD.org
Log Message:
cross/mingw-w64-x86_64-headers-ucrt: Update to 12.0.0
Changelog:
v12.0.0: 2024-05-29
Important: UCRT is now the default CRT runtime instead of MSVCRT, check the \
mingw-w64-doc/howto-build/ucrt-vs-msvcrt.txt document for details. Both header \
set and CRT must be configured and built with the same settings consistently for \
proper functionality. Switching runtimes requires all libraries to be rebuilt, \
including GCC.
Notable changes:
C++ overloads for _strdate_s and _strtime_s, _makepath_s, wcsncat_s.
gdtoa updated against netlib.org, up to January 2023.
genlib tool removed in favor of llvm-dlltool, created by the same author.
Make it possible to use winpthreads with MSVC.
Updated wine header imports.
Many other new win32 APIs.
UCRT configurations now primarily use (faster) math functions from UCRT, \
rather than libmingwex
Files: