diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2004-03-16 09:26:25 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2004-03-16 09:26:25 +0000 |
commit | b4d978174eb2c66360649575176a7829024626a8 (patch) | |
tree | 161cc5aba39d302a7fe326c68c697c6bd60011da /winsup | |
parent | 6c6ae5720219cf947f04c3c552dd6605ac3a6425 (diff) | |
download | newlib-b4d978174eb2c66360649575176a7829024626a8.zip newlib-b4d978174eb2c66360649575176a7829024626a8.tar.gz newlib-b4d978174eb2c66360649575176a7829024626a8.tar.bz2 |
* lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
(MmMapIoSpace): Likewise.
Thanks to Dan Aloni <da-x@colinux.org>
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/w32api/ChangeLog | 8 | ||||
-rw-r--r-- | winsup/w32api/lib/ddk/ntoskrnl.def | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index c313474..840dc82 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -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. diff --git a/winsup/w32api/lib/ddk/ntoskrnl.def b/winsup/w32api/lib/ddk/ntoskrnl.def index 8f093a5..e2e8810 100644 --- a/winsup/w32api/lib/ddk/ntoskrnl.def +++ b/winsup/w32api/lib/ddk/ntoskrnl.def @@ -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 |