Fix load errors related to utf16n being moved to io.encodings.utf16n

db4
Slava Pestov 2008-12-09 02:21:03 -06:00
parent 3ed7a56a7f
commit 645c9ac129
4 changed files with 8 additions and 6 deletions

View File

@ -1,8 +1,8 @@
! Copyright (C) 2008 James Cash ! Copyright (C) 2008 James Cash
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: io io.files io.backend kernel namespaces make sequences USING: io io.files io.backend kernel namespaces make sequences
system tools.deploy.backend tools.deploy.config assocs system tools.deploy.backend tools.deploy.config
hashtables prettyprint ; tools.deploy.config.editor assocs hashtables prettyprint ;
IN: tools.deploy.unix IN: tools.deploy.unix
: create-app-dir ( vocab bundle-name -- vm ) : create-app-dir ( vocab bundle-name -- vm )

View File

@ -1,8 +1,9 @@
! Copyright (C) 2007, 2008 Slava Pestov. ! Copyright (C) 2007, 2008 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: io io.files kernel namespaces sequences system USING: io io.files kernel namespaces sequences system
tools.deploy.backend tools.deploy.config assocs hashtables tools.deploy.backend tools.deploy.config
prettyprint combinators windows.shell32 windows.user32 ; tools.deploy.config.editor assocs hashtables prettyprint
combinators windows.shell32 windows.user32 ;
IN: tools.deploy.windows IN: tools.deploy.windows
: copy-dll ( bundle-name -- ) : copy-dll ( bundle-name -- )

View File

@ -1,6 +1,6 @@
USING: alien alien.c-types alien.strings alien.syntax combinators USING: alien alien.c-types alien.strings alien.syntax combinators
kernel windows windows.user32 windows.ole32 kernel windows windows.user32 windows.ole32
windows.com windows.com.syntax io.files ; windows.com windows.com.syntax io.files io.encodings.utf16n ;
IN: windows.shell32 IN: windows.shell32
: CSIDL_DESKTOP HEX: 00 ; inline : CSIDL_DESKTOP HEX: 00 ; inline

View File

@ -2,7 +2,8 @@
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: alien alien.syntax alien.c-types alien.strings arrays USING: alien alien.syntax alien.c-types alien.strings arrays
combinators kernel math namespaces parser prettyprint sequences combinators kernel math namespaces parser prettyprint sequences
windows.errors windows.types windows.kernel32 words ; windows.errors windows.types windows.kernel32 words
io.encodings.utf16n ;
IN: windows IN: windows
: lo-word ( wparam -- lo ) <short> *short ; inline : lo-word ( wparam -- lo ) <short> *short ; inline