windows.dragdrop-listener: Fix the other using!
parent
2464e70fad
commit
2a45023e2f
|
@ -1,9 +1,9 @@
|
|||
! Copyright (C) 2008, 2009 Joe Groff, Slava Pestov.
|
||||
! Copyright (C) 2017-2018 Alexander Ilin.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien.accessors alien.data alien.strings
|
||||
classes.struct io.encodings.utf16n kernel make math namespaces
|
||||
prettyprint sequences specialized-arrays
|
||||
USING: accessors alien.accessors alien.c-types alien.data
|
||||
alien.strings classes.struct io.encodings.utf16n kernel make
|
||||
math namespaces prettyprint sequences specialized-arrays
|
||||
ui.backend.windows ui.gadgets.worlds ui.gestures
|
||||
ui.tools.listener windows.com windows.com.wrapper
|
||||
windows.dropfiles windows.kernel32 windows.ole32 windows.shell32
|
||||
|
|
Loading…
Reference in New Issue