Revert "Added const INVALID_HANDLE_VALUE"

This reverts commit adef37f0f4.
pull/1003/head
Alexander Medvednikov 2019-07-04 22:39:20 +02:00
parent 92528205c1
commit ebbea9f560
1 changed files with 0 additions and 1 deletions

View File

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