mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:05:43 +00:00
strip whitespace from end of lines
svn path=/trunk/; revision=15166
This commit is contained in:
parent
eace72f07c
commit
ae4b8f6e93
122 changed files with 366 additions and 366 deletions
|
@ -34,7 +34,7 @@ __int64 _lseeki64(int _fildes, __int64 _offset, int _whence)
|
|||
LARGE_INTEGER offset;
|
||||
offset.QuadPart = _offset;
|
||||
|
||||
offset.u.LowPart = SetFilePointer((HANDLE)fdinfo(_fildes)->hFile,
|
||||
offset.u.LowPart = SetFilePointer((HANDLE)fdinfo(_fildes)->hFile,
|
||||
offset.u.LowPart, &offset.u.HighPart, _whence);
|
||||
return ((((__int64)offset.u.HighPart) << 32) + offset.u.LowPart);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue