[Mingw-w64-public] mingw-w64 uses UCRT by default now.

2023-06-25 Thread Jacek Caban via Mingw-w64-public
Hi all, I just pushed a change to out build system to use UCRT by default. Bellow is a copy of more detailed informations, it can be also found in git in mingw-w64-doc/howto-build/ucrt-vs-msvcrt.txt. Thanks, Jacek == Summary == Starting from mingw-w64 version 12 and onwards, UCRT (Unive

Re: [Mingw-w64-public] [PATCH v3] configure: Use ucrt for msvcrt by default.

2023-06-25 Thread Jacek Caban via Mingw-w64-public
On 6/25/23 16:32, LIU Hao wrote: 在 2023-06-19 20:43, Jacek Caban via Mingw-w64-public 写道: ---   mingw-w64-crt/configure.ac   |  4 +-   mingw-w64-doc/howto-build/ucrt-vs-msvcrt.txt | 58   mingw-w64-headers/configure.ac   | 12 ++--   3 files changed

Re: [Mingw-w64-public] [PATCH v3] configure: Use ucrt for msvcrt by default.

2023-06-25 Thread LIU Hao
在 2023-06-19 20:43, Jacek Caban via Mingw-w64-public 写道: ---  mingw-w64-crt/configure.ac   |  4 +-  mingw-w64-doc/howto-build/ucrt-vs-msvcrt.txt | 58  mingw-w64-headers/configure.ac   | 12 ++--  3 files changed, 66 insertions(+), 8 deletions(-)

Re: [Mingw-w64-public] [PATCH] Permissively licensed reimplementation of rpcsal.h and propkeydef.h

2023-06-25 Thread LIU Hao
在 2023-06-25 06:13, Dustin Gadal 写道: The patch was generated with `git format-patch` and then the extension was modified to .txt as described here: https://www.mingw-w64.org/contribute/ Hopefully this is vaguely close to the expected format. Please see attached. Would you please change c++ co