mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[NTOS]: Warn only once about MmLockPageableImageSection being unimplemented.
svn path=/trunk/; revision=47864
This commit is contained in:
parent
91aa625c40
commit
626e3e7295
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue