diff --git a/basis/io/files/windows/windows.factor b/basis/io/files/windows/windows.factor index 222f96ac31..1c83af35ec 100755 --- a/basis/io/files/windows/windows.factor +++ b/basis/io/files/windows/windows.factor @@ -263,7 +263,7 @@ M: windows init-stdio GetLastError ERROR_ALREADY_EXISTS = not ; : set-file-pointer ( handle length method -- ) - [ [ handle>> ] dip d>w/w uint ] dip SetFilePointer + [ [ handle>> ] dip d>w/w LONG ] dip SetFilePointer INVALID_SET_FILE_POINTER = [ "SetFilePointer failed" throw ] when ; M: windows (file-reader) ( path -- stream )