]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/types/types.factor
io.encodings.utf16n: merge with io.encodings.utf16
[factor.git] / basis / windows / types / types.factor
index e6fe0622428861cfacf3839a31318b70c13d70c1..5827d5c9b92ab981be1ba9abf1e0079b928e2db3 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.utf16n io.encodings.utf8 kernel math math.bitwise
+io.encodings.utf16 io.encodings.utf8 kernel math math.bitwise
 math.functions math.vectors sequences ;
 FROM: alien.c-types => float short ;
 IN: windows.types