On Fri, May 08, 2026, BtbN wrote:
> tm_file="${tm_file} aarch64/aarch64-coff.h"
> tm_file="${tm_file} aarch64/cygming.h"
> + if test x$enable_threads = xposix ; then
> + tm_file="${tm_file} i386/mingw-pthread.h"
> + fi
> tm_file="${tm_file} mingw/mingw32.h"
> tm_file="${tm_file} mingw/mingw-stdint.h"Is it possible to get more context when it is needed, and why win32 native threading not used? Regards, Evgeny
