windows.dragdrop-listener: Fix the other using!

factor-shell
Doug Coleman 2018-02-11 00:12:47 -06:00
parent 2464e70fad
commit 2a45023e2f
1 changed files with 3 additions and 3 deletions

View File

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