mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[NTOS]: Warn only once about MmLockPageableImageSection being unimplemented.
svn path=/trunk/; revision=47864
This commit is contained in:
@@ -60,7 +60,7 @@ MmLockPageableDataSection(IN PVOID AddressWithinSection)
|
||||
//
|
||||
// We should just find the section and call MmLockPageableSectionByHandle
|
||||
//
|
||||
UNIMPLEMENTED;
|
||||
static BOOLEAN Warn; if (!Warn++) UNIMPLEMENTED;
|
||||
return AddressWithinSection;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user