]> gitweb.factorcode.org Git - factor.git/commitdiff
windows.dragdrop-listener: Fix the other using!
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 11 Feb 2018 06:12:47 +0000 (00:12 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 11 Feb 2018 06:12:47 +0000 (00:12 -0600)
basis/windows/dragdrop-listener/dragdrop-listener.factor

index 505832d0c24d4f04b8c4114f0adfbb80ef934d62..67437415b56cc1bb01d4bc02323a9787711abba6 100644 (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