On Mon Jul 10 14:53:19 2023 +0000, Jacek Caban wrote:
Is it some Wine-specific use case? I think that something like that would not work on Windows.
It is indeed Wine-specific, but on Windows it isn't as much of a problem because AllocConsole gives you the same cmd you would use normally, while wineconsole is inferior to a normal terminal. Also is there any reason to explicitly block console output on GUI apps? If I understand it correctly on Windows it's done because otherwise a new console window is created, wine doesn't do that though?