* 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,4 +1,10 @@
2004-03-16 Martin Fuchs <martin-fuchs@gmx.net>
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>
* include/shellapi.h (NIM_* NIS_*): Define constants for
notification icons with _WIN32_IE >= 0x0500.

View File

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