mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
os: remove duplicate consts
This commit is contained in:
parent
8021a01365
commit
1752f6879c
1 changed files with 0 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue