mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os: remove duplicate consts
This commit is contained in:
parent
8021a01365
commit
1752f6879c
@ -69,12 +69,6 @@ const(
|
||||
INVALID_HANDLE_VALUE = -1
|
||||
)
|
||||
|
||||
const(
|
||||
STD_INPUT_HANDLE = -10
|
||||
STD_OUTPUT_HANDLE = -11
|
||||
STD_ERROR_HANDLE = -12
|
||||
)
|
||||
|
||||
// https://docs.microsoft.com/en-us/windows/console/setconsolemode
|
||||
const (
|
||||
// Input Buffer
|
||||
|
Loading…
Reference in New Issue
Block a user