Added const INVALID_HANDLE_VALUE

pull/1003/head
0x9ef 2019-07-03 21:52:25 +03:00 committed by Alexander Medvednikov
parent 504c0d6077
commit adef37f0f4
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ const (
const (
FILE_INVALID_FILE_ID = (-1)
INVALID_HANDLE_VALUE = (-1)
)
// (Must be realized in Syscall) (Must be specified)