Fix for new UI functions under Win32.
For some unknown reason fopen("con", "w") is the only way to make this work. Using "r+" and "w+" causes the fopen call to fail and the fallback (using stdin) doesn't work because writing to stdin fails.
parent
713f2261
Please register or sign in to comment