mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
* lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
(MmMapIoSpace): Likewise. Thanks to Dan Aloni <da-x@colinux.org>
This commit is contained in:
parent
6c6ae57202
commit
b4d978174e
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user