• D
    Fix for new UI functions under Win32. · b49a5b2d
    Dr. Stephen Henson 提交于
    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.
    b49a5b2d
ui_openssl.c 16.2 KB