Re: printf_stderr now works out of the box on Windows

2021-03-19 Thread Emilio Cobos Álvarez
On 3/19/21 21:12, Jeff Muizelaar wrote: 15 years ago we landed a change to make printf_stderr reopen fd 2 instead of using stderr directly to work around a linking issue. This prevented printf_stderr from showing up in the console on Windows. I landed https://bugzilla.mozilla.org/show_bug.cgi?i

printf_stderr now works out of the box on Windows

2021-03-19 Thread Jeff Muizelaar
15 years ago we landed a change to make printf_stderr reopen fd 2 instead of using stderr directly to work around a linking issue. This prevented printf_stderr from showing up in the console on Windows. I landed https://bugzilla.mozilla.org/show_bug.cgi?id=1680402 this week to fix this. Now you d