]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/types/types.factor
Revert "io.encodings.utf16: add a utf16n word for native utf16 type."
[factor.git] / basis / windows / types / types.factor
index af25decc5e2c6f31362814ae66948a0db23b63f8..3b4b8c70c373ae77eab9f069a22cb7a687146f80 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2005, 2006 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: alien.c-types alien.syntax classes.struct colors
-io.encodings.utf16 io.encodings.utf8 kernel math math.bitwise
+io.encodings.utf16n io.encodings.utf8 kernel math math.bitwise
 math.vectors sequences ;
 FROM: alien.c-types => float short ;
 IN: windows.types