]> gitweb.factorcode.org Git - factor.git/commitdiff
windows.dragdrop-listener: fix the USING: list
authorAlexander Iljin <ajsoft@yandex.ru>
Sat, 12 Aug 2017 13:34:37 +0000 (16:34 +0300)
committerAlexander Iljin <ajsoft@yandex.ru>
Thu, 17 Aug 2017 23:21:51 +0000 (02:21 +0300)
basis/windows/dragdrop-listener/dragdrop-listener.factor

index 20ea98ed1adcd60f13116a3a6bdb0e35ad31ae7e..3ba0bcaf6eaa8e0aff2b1b9d797a9ac83180a1d6 100644 (file)
@@ -1,8 +1,9 @@
-USING: alien.strings io.encodings.utf16n windows.com
-windows.com.wrapper combinators windows.kernel32 windows.ole32
-windows.shell32 kernel accessors windows.types
-prettyprint namespaces ui.tools.listener ui.tools.workspace
-alien.data alien sequences math classes.struct ;
+USING: accessors alien.accessors alien.data alien.strings
+classes.struct io.encodings.utf16n kernel make math namespaces
+prettyprint sequences specialized-arrays
+ui.gadgets.worlds ui.tools.listener windows.com
+windows.com.wrapper windows.kernel32 windows.ole32
+windows.shell32 windows.types ;
 SPECIALIZED-ARRAY: WCHAR
 IN: windows.dragdrop-listener