[NTOS]: Warn only once about MmLockPageableImageSection being unimplemented.

svn path=/trunk/; revision=47864
This commit is contained in:
Sir Richard 2010-06-27 19:55:36 +00:00
parent 91aa625c40
commit 626e3e7295

View file

@ -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;
}