]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/registry/registry.factor
Revert "io.encodings.utf16: add a utf16n word for native utf16 type."
[factor.git] / basis / windows / registry / registry.factor
index bf7e79754ac5231a3f975b98a0f70a815fd8d111..be9109827605f58e38fb9b0bb72f8b367a152131 100644 (file)
@@ -3,7 +3,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien.c-types alien.data byte-arrays
 classes.struct continuations io.encodings.string
-io.encodings.utf16 kernel literals locals math sequences sets
+io.encodings.utf16n kernel literals locals math sequences sets
 splitting windows windows.advapi32 windows.errors
 windows.kernel32 windows.time windows.types ;
 IN: windows.registry