mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Revert "Added const INVALID_HANDLE_VALUE"
This reverts commit adef37f0f4
.
This commit is contained in:
parent
92528205c1
commit
ebbea9f560
@ -57,7 +57,6 @@ 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…
Reference in New Issue
Block a user