]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/dropfiles/dropfiles.factor
Revert "io.encodings.utf16: add a utf16n word for native utf16 type."
[factor.git] / basis / windows / dropfiles / dropfiles.factor
index 8637e1335b8a7ce646fed80f2044a8aca12e3a9c..128b0ae18545e6e24c1de9d446f8f811ff74f628 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
-continuations fry init io.encodings.utf16 kernel literals math
+continuations fry init io.encodings.utf16n kernel literals math
 namespaces sequences ui.backend.windows ui.gadgets.worlds
 ui.gestures windows.errors windows.messages windows.shell32
 windows.types windows.user32 ;