fix using

db4
Doug Coleman 2008-02-29 18:04:44 -06:00
parent 167fdad45f
commit a318a80b99
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
USING: kernel system io.files.unique.backend ;
USING: kernel system io.files.unique.backend
windows.kernel32 io.windows io.nonblocking ;
IN: io.windows.files.unique
M: windows-io (make-unique-file) ( path -- stream )