fix io.files.unique

db4
Doug Coleman 2008-02-29 18:20:45 -06:00
parent fc4cac5b2d
commit 316a8ad1ae
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ windows.kernel32 io.windows io.nonblocking ;
IN: io.windows.files.unique
M: windows-io (make-unique-file) ( path -- stream )
GENERIC_WRITE CREATE_NEW 0 open-file 0 <writer> ;
GENERIC_WRITE CREATE_NEW 0 open-file 0 <win32-file> <writer> ;
M: windows-io temporary-path ( -- path )
"TEMP" os-env ;