Fix using

db4
Slava Pestov 2008-04-04 22:59:23 -05:00
parent 21831d2c16
commit 5a4b5b01f9
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ USING: alien alien.c-types arrays continuations destructors io
io.windows libc io.nonblocking io.streams.duplex windows.types
math windows.kernel32 windows namespaces io.launcher kernel
sequences windows.errors assocs splitting system strings
io.windows.launcher io.windows.nt.pipes io.backend
combinators shuffle accessors locals ;
io.windows.launcher io.windows.nt.pipes io.backend io.files
io.files.private combinators shuffle accessors locals ;
IN: io.windows.nt.launcher
: duplicate-handle ( handle -- handle' )