Merge branch 'master' of git://factorcode.org/git/factor
commit
a08c9d7e6c
|
@ -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 ? -- )
|
||||||
|
|
Loading…
Reference in New Issue