* lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.

(MmMapIoSpace): Likewise.
	Thanks to Dan Aloni  <da-x@colinux.org>
This commit is contained in:
Danny Smith 2004-03-16 09:26:25 +00:00
parent 6c6ae57202
commit b4d978174e
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2004-03-16 Danny Smith <dannysmith@users.sourceforge.net>
* lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
(MmMapIoSpace): Likewise.
Thanks to Dan Aloni <da-x@colinux.org>
2004-03-16 Martin Fuchs <martin-fuchs@gmx.net> 2004-03-16 Martin Fuchs <martin-fuchs@gmx.net>
* include/shellapi.h (NIM_* NIS_*): Define constants for * include/shellapi.h (NIM_* NIS_*): Define constants for

View File

@ -644,7 +644,7 @@ MmAllocateContiguousMemory@8
MmAllocateContiguousMemorySpecifyCache@20 MmAllocateContiguousMemorySpecifyCache@20
MmAllocateMappingAddress@8 MmAllocateMappingAddress@8
MmAllocateNonCachedMemory@4 MmAllocateNonCachedMemory@4
MmAllocatePagesForMdl@16 MmAllocatePagesForMdl@28
MmBuildMdlForNonPagedPool@4 MmBuildMdlForNonPagedPool@4
;MmCanFileBeTruncated ;MmCanFileBeTruncated
MmCreateMdl@12 MmCreateMdl@12
@ -672,7 +672,7 @@ MmIsVerifierEnabled@4
MmLockPagableDataSection@4 MmLockPagableDataSection@4
MmLockPagableImageSection@4 MmLockPagableImageSection@4
MmLockPagableSectionByHandle@4 MmLockPagableSectionByHandle@4
MmMapIoSpace@12 MmMapIoSpace@16
MmMapLockedPages@8 MmMapLockedPages@8
MmMapLockedPagesSpecifyCache@24 MmMapLockedPagesSpecifyCache@24
MmMapLockedPagesWithReservedMapping@16 MmMapLockedPagesWithReservedMapping@16