20 Jul
2021
20 Jul
'21
10:14 p.m.
https://bugs.winehq.org/show_bug.cgi?id=51465 --- Comment #22 from algebro(a)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? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.