mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 17:44:24 +08:00
- COMPUTE_PAGES_SPANNED is deprecated, use ADDRESS_AND_SIZE_TO_SPAN_PAGES instead
svn path=/trunk/; revision=38650
This commit is contained in:
@@ -74,7 +74,7 @@ FsRtlCopyRead(IN PFILE_OBJECT FileObject,
|
||||
PFAST_IO_DISPATCH FastIoDispatch;
|
||||
PDEVICE_OBJECT Device;
|
||||
BOOLEAN Result = TRUE;
|
||||
ULONG PageCount = COMPUTE_PAGES_SPANNED(FileOffset,Length);
|
||||
ULONG PageCount = ADDRESS_AND_SIZE_TO_SPAN_PAGES(FileOffset,Length);
|
||||
|
||||
PAGED_CODE();
|
||||
ASSERT(FileObject);
|
||||
|
||||
Reference in New Issue
Block a user