mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-25 00:35:26 +00:00
fixes #11801
This commit is contained in:
@@ -569,7 +569,7 @@ when declared(stdout):
|
||||
releaseSys echoLock
|
||||
|
||||
|
||||
when defined(windows) and not defined(nimscript) and defined(nimBinaryStdFiles):
|
||||
when defined(windows) and not defined(nimscript):
|
||||
# work-around C's sucking abstraction:
|
||||
# BUGFIX: stdin and stdout should be binary files!
|
||||
proc c_setmode(handle, mode: cint) {.
|
||||
|
||||
Reference in New Issue
Block a user