Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2008-11-23 03:26:16 -06:00
commit a08c9d7e6c
1 changed files with 4 additions and 5 deletions

9
basis/io/windows/windows.factor Normal file → Executable file
View File

@ -1,11 +1,10 @@
! Copyright (C) 2004, 2008 Mackenzie Straight, Doug Coleman. ! Copyright (C) 2004, 2008 Mackenzie Straight, Doug Coleman.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: alien alien.c-types arrays destructors io io.backend USING: alien alien.c-types arrays destructors io io.backend
io.buffers io.files io.ports io.sockets io.binary io.buffers io.files io.ports io.binary io.timeouts
io.sockets io.timeouts windows.errors strings windows.errors strings kernel math namespaces sequences windows
kernel math namespaces sequences windows windows.kernel32 windows.kernel32 windows.shell32 windows.types windows.winsock
windows.shell32 windows.types windows.winsock splitting splitting continuations math.bitwise system accessors ;
continuations math.bitwise system accessors ;
IN: io.windows IN: io.windows
: set-inherit ( handle ? -- ) : set-inherit ( handle ? -- )