1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

windows: println using WriteFile/WriteConsole

This commit is contained in:
vitalyster
2020-01-10 00:47:13 +03:00
committed by Alexander Medvednikov
parent 7bf49aba54
commit 8412c6f03f
3 changed files with 17 additions and 3 deletions

View File

@ -303,7 +303,13 @@ fn C._waccess() int
fn C._wremove()
fn C.ReadConsole()
fn C.ReadConsole() voidptr
fn C.WriteConsole() voidptr
fn C.WriteFile() voidptr
fn C.fgetws() voidptr