mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
- COMPUTE_PAGES_SPANNED is deprecated, use ADDRESS_AND_SIZE_TO_SPAN_PAGES instead
svn path=/trunk/; revision=38650
This commit is contained in:
parent
51a15d360b
commit
bc2d37c41a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue