mirror of
https://github.com/vlang/v.git
synced 2025-09-14 15:02:33 +03:00
Added const INVALID_HANDLE_VALUE
This commit is contained in:
parent
504c0d6077
commit
adef37f0f4
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ const (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
FILE_INVALID_FILE_ID = (-1)
|
FILE_INVALID_FILE_ID = (-1)
|
||||||
|
INVALID_HANDLE_VALUE = (-1)
|
||||||
)
|
)
|
||||||
|
|
||||||
// (Must be realized in Syscall) (Must be specified)
|
// (Must be realized in Syscall) (Must be specified)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue