]> sourceware.org Git - newlib-cygwin.git/commitdiff
* lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
authorDanny Smith <dannysmith@users.sourceforge.net>
Tue, 16 Mar 2004 09:26:25 +0000 (09:26 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Tue, 16 Mar 2004 09:26:25 +0000 (09:26 +0000)
(MmMapIoSpace): Likewise.
Thanks to Dan Aloni  <da-x@colinux.org>

winsup/w32api/ChangeLog
winsup/w32api/lib/ddk/ntoskrnl.def

index c313474a9c3081ae6137be2a4fbb25a208c9d8a1..840dc82659a3e64a9df17fc082589d36af7fabd4 100644 (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.
index 8f093a5234d487af808cddea93fdded07cd130eb..e2e8810c32f2cd1ccafb62baaf0f758a3794172a 100644 (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
This page took 0.037386 seconds and 5 git commands to generate.