core: On Windows we depend on having io.strreams.byte-array for utf16

support. Include this in the boot image instead of alien.strings.
db4
Doug Coleman 2014-11-01 11:34:52 -07:00
parent d5ad435914
commit 83241491c3
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,6 @@ io.encodings io.encodings.ascii io.encodings.utf16n
io.encodings.utf8 io.streams.memory kernel kernel.private math
namespaces sequences sequences.private strings strings.private
system system.private ;
USE: io.streams.byte-array ! for windows, do not delete!
IN: alien.strings
GENERIC# alien>string 1 ( c-ptr encoding -- string/f )

View File

@ -32,6 +32,7 @@ load-help? off
"memory" require
"io.streams.c" require
"io.streams.byte-array" require ! for utf16 on Windows
"vocabs.loader" require
"syntax" require