windows.dropfiles: need to use windows.errors.
parent
c20d36bab9
commit
27db0b6346
|
@ -3,8 +3,8 @@
|
||||||
USING: accessors alien alien.data alien.libraries alien.strings
|
USING: accessors alien alien.data alien.libraries alien.strings
|
||||||
continuations fry init io.encodings.utf16n kernel literals math
|
continuations fry init io.encodings.utf16n kernel literals math
|
||||||
namespaces sequences ui.backend.windows ui.gadgets.worlds
|
namespaces sequences ui.backend.windows ui.gadgets.worlds
|
||||||
ui.gestures windows.messages windows.shell32 windows.types
|
ui.gestures windows.errors windows.messages windows.shell32
|
||||||
windows.user32 ;
|
windows.types windows.user32 ;
|
||||||
IN: windows.dropfiles
|
IN: windows.dropfiles
|
||||||
|
|
||||||
: filecount-from-hdrop ( hdrop -- n )
|
: filecount-from-hdrop ( hdrop -- n )
|
||||||
|
|
Loading…
Reference in New Issue