Fix Windows bootstrap

db4
U-SLAVA-DFB8FF805\Slava 2008-07-03 19:53:40 -05:00
parent dc2c0876b6
commit 0708b20f33
2 changed files with 2 additions and 2 deletions

2
extra/io/sockets/secure/secure.factor Normal file → Executable file
View File

@ -79,5 +79,5 @@ M: common-name-verify-error summary
{
{ [ os unix? ] [ "io.unix.sockets.secure" require ] }
{ [ os windows? ] [ ] }
{ [ os windows? ] [ "openssl" require ] }
} cond

2
extra/windows/messages/messages.factor Normal file → Executable file
View File

@ -1,6 +1,6 @@
! Copyright (C) 2005, 2006 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: assocs hashtables kernel math namespaces words
USING: accessors assocs hashtables kernel math namespaces words
windows.types vocabs sequences ;
IN: windows.messages