Andreas Mohr <[EMAIL PROTECTED]> writes: > @@ -1289,14 +1289,8 @@ > { > struct set_file_pointer_request *req = get_req_buffer(); > > - if (highword && *highword) > - { > - FIXME("64-bit offsets not supported yet\n"); > - SetLastError( ERROR_INVALID_PARAMETER ); > - return 0xffffffff; > - } > - TRACE("handle %d offset %ld origin %ld\n", > - hFile, distance, method ); > + TRACE("handle %d offset %ld highoffs %ld origin %ld\n", > + hFile, distance, highword ? *highword : 0, method ); > > req->handle = hFile; > req->low = distance; I'd suggest at least keeping the FIXME. -- Alexandre Julliard [EMAIL PROTECTED]