From ebbea9f560c70c94842f12772b483b3de2d8b957 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Thu, 4 Jul 2019 22:39:20 +0200 Subject: [PATCH] Revert "Added const INVALID_HANDLE_VALUE" This reverts commit adef37f0f47ca0c67791a5af38a19e276767e06c. --- vlib/os/const.v | 1 - 1 file changed, 1 deletion(-) diff --git a/vlib/os/const.v b/vlib/os/const.v index f9177f23f9..fcbe6fb368 100644 --- a/vlib/os/const.v +++ b/vlib/os/const.v @@ -57,7 +57,6 @@ const ( const ( FILE_INVALID_FILE_ID = (-1) - INVALID_HANDLE_VALUE = (-1) ) // (Must be realized in Syscall) (Must be specified)