mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
[NTOSKRNL]
- Fake success from the MmSecureVirtualMemory stub - See issue #4996 for details svn path=/trunk/; revision=44870
This commit is contained in:
@@ -635,7 +635,7 @@ MmSecureVirtualMemory(IN PVOID Address,
|
||||
IN ULONG Mode)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return NULL;
|
||||
return Address;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user