On Wednesday 24 September 2025 10:34:19 LIU Hao wrote: > 在 2025-9-1 00:39, Pali Rohár 写道: > > struct threadlocaleinfostruct was introduced in msvcr70.dll and in each > > msvcrt version it was slightly updated. Fix this structure in corecrt.h > > header file to match the binary ABI of the msvcrt version which is used > > to compile current object file according to __MSVCRT_VERSION__ and _UCRT > > macros. > > > > UCRT renamed few members and for source file compatibility use anonymous > > union for accessing both the old msvcrt name and new UCRT name. > > --- > > mingw-w64-headers/crt/corecrt.h | 35 +++++++++++++++++++++++++++++---- > > 1 file changed, 31 insertions(+), 4 deletions(-) > > > > Do you have a UCRT definition that is publicly available somewhere?
I found it in UCRT file src/ucrt/inc/corecrt_internal.h named as: typedef struct __crt_locale_data _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
