From: Alexander Iljin Date: Thu, 16 Jun 2016 22:53:49 +0000 (+0300) Subject: windows.shell32: remove extra declaration of ERROR_FILE_NOT_FOUND X-Git-Tag: unmaintained~900 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=cada98f7d8f5839f910c8fe10d0c0cfa44f42dfc windows.shell32: remove extra declaration of ERROR_FILE_NOT_FOUND We already have one in windows.errors. --- diff --git a/basis/windows/shell32/shell32.factor b/basis/windows/shell32/shell32.factor index c7b04cc206..bd61bcd2c2 100644 --- a/basis/windows/shell32/shell32.factor +++ b/basis/windows/shell32/shell32.factor @@ -73,9 +73,6 @@ CONSTANT: CSIDL_FLAG_DONT_VERIFY 0x4000 CONSTANT: CSIDL_FLAG_CREATE 0x8000 CONSTANT: CSIDL_FLAG_MASK 0xff00 - -CONSTANT: ERROR_FILE_NOT_FOUND 2 - CONSTANT: SHGFP_TYPE_CURRENT 0 CONSTANT: SHGFP_TYPE_DEFAULT 1