https://bugs.winehq.org/show_bug.cgi?id=51465
--- Comment #22 from algebro@tuta.io --- I'm a little confused because if I'm reading makedep.c correctly, the -mno-cygwin flag should automatically have this being built with msvcrt anyway:
make->use_msvcrt = strarray_exists( &make->extradllflags, "-mno-cygwin" );
When switching to ucrt with d0bf94, the `mno-cygwin` flag remained and they just added ucrtbase to the imports, and later removed ucrtbase in af12270. Was there some other change related to ucrt that would mess up the linking here?