mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: reject void type condition (#8737)
This commit is contained in:
@ -213,7 +213,7 @@ fn C.RemoveDirectory() int
|
||||
fn C.GetStdHandle(u32) voidptr
|
||||
|
||||
// fn C.SetConsoleMode()
|
||||
fn C.SetConsoleMode(voidptr, u32)
|
||||
fn C.SetConsoleMode(voidptr, u32) int
|
||||
|
||||
// fn C.GetConsoleMode() int
|
||||
fn C.GetConsoleMode(voidptr, &u32) int
|
||||
|
Reference in New Issue
Block a user