mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-30 11:20:08 +00:00
Merge pull request #1526 from odin-lang/freestanding_amd64
Freestanding target for amd64
This commit is contained in:
@@ -113,7 +113,7 @@ read_console :: proc(handle: win32.HANDLE, b: []byte) -> (n: int, err: Errno) {
|
||||
if max_read == 0 {
|
||||
break
|
||||
}
|
||||
|
||||
|
||||
single_read_length: u32
|
||||
ok := win32.ReadConsoleW(handle, &buf16[0], max_read, &single_read_length, nil)
|
||||
if !ok {
|
||||
|
||||
Reference in New Issue
Block a user