mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix Windows warnings
This commit is contained in:
committed by
Alexander Medvednikov
parent
e577b40743
commit
1dadf9d966
@@ -66,7 +66,7 @@ const (
|
||||
)
|
||||
|
||||
const(
|
||||
INVALID_HANDLE_VALUE = -1
|
||||
INVALID_HANDLE_VALUE = voidptr(-1)
|
||||
)
|
||||
|
||||
// https://docs.microsoft.com/en-us/windows/console/setconsolemode
|
||||
|
||||
Reference in New Issue
Block a user