]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/dropfiles/dropfiles.factor
io.encodings.utf16n: merge with io.encodings.utf16
[factor.git] / basis / windows / dropfiles / dropfiles.factor
index 194502c4ebd1711d04e145069e84cb608703f14d..1c0e1dde484448f8a8ac5509c6d0df26fcb3850e 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2017-2018 Alexander Ilin.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien alien.data alien.libraries alien.strings
-init io.encodings.utf16n kernel literals math namespaces
+init io.encodings.utf16 kernel literals math namespaces
 sequences ui.backend.windows ui.gadgets.worlds
 ui.gestures windows.errors windows.messages windows.shell32
 windows.types windows.user32 ;