io.files.info.windows: fix parameter name for get-file-information-stat

locals-and-roots
Alexander Iljin 2016-05-24 16:52:56 +03:00 committed by Doug Coleman
parent 3494576ad8
commit 2b68636207
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ TUPLE: windows-file-info < file-info-tuple attributes ;
[ GetFileInformationByHandle win32-error=0/f ] keep
] keep CloseHandle win32-error=0/f ;
: get-file-information-stat ( path -- BY_HANDLE_FILE_INFORMATION )
: get-file-information-stat ( path -- file-info )
dup
GENERIC_READ FILE_SHARE_READ f
OPEN_EXISTING FILE_FLAG_BACKUP_SEMANTICS f