Don't set 'stdout' to _O_BINARY mode on Windows, because it can have some weird effec...
commit2e74accf36588e47c9d9f703291a1916c049a3d7
authorLoRd_MuldeR <mulder2@gmx.de>
Thu, 18 Mar 2021 00:58:07 +0000 (18 01:58 +0100)
committerLoRd_MuldeR <mulder2@gmx.de>
Sat, 20 Mar 2021 20:19:10 +0000 (20 21:19 +0100)
tree68f44c53c0d1bfec908d4cf6d5a3f64050c2b2dc
parent21cab679123c8f76008007249b0005b006f8eb37
Don't set 'stdout' to _O_BINARY mode on Windows, because it can have some weird effect when printing text to the terminal. Also, we currently don't output any "binary" data to 'stdout' anyway.
frontend/src/main.c
frontend/src/utils.c