windows.dropfiles: need to use windows.errors.

factor-shell
John Benediktsson 2018-01-22 16:06:04 -08:00
parent c20d36bab9
commit 27db0b6346
1 changed files with 2 additions and 2 deletions

View File

@ -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 )