From 27db0b63461fe89bafe5820d1644448385163195 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 22 Jan 2018 16:06:04 -0800 Subject: [PATCH] windows.dropfiles: need to use windows.errors. --- basis/windows/dropfiles/dropfiles.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/windows/dropfiles/dropfiles.factor b/basis/windows/dropfiles/dropfiles.factor index 4587e2e0de..128b0ae185 100644 --- a/basis/windows/dropfiles/dropfiles.factor +++ b/basis/windows/dropfiles/dropfiles.factor @@ -3,8 +3,8 @@ USING: accessors alien alien.data alien.libraries alien.strings continuations fry init io.encodings.utf16n kernel literals math namespaces sequences ui.backend.windows ui.gadgets.worlds -ui.gestures windows.messages windows.shell32 windows.types -windows.user32 ; +ui.gestures windows.errors windows.messages windows.shell32 +windows.types windows.user32 ; IN: windows.dropfiles : filecount-from-hdrop ( hdrop -- n ) -- 2.34.1