[NTOSKRNL]

- Fake success from the MmSecureVirtualMemory stub
 - See issue #4996 for details

svn path=/trunk/; revision=44870
This commit is contained in:
Cameron Gutman
2010-01-02 01:32:43 +00:00
parent cbcf12257d
commit b1e02d2174
+1 -1
View File
@@ -635,7 +635,7 @@ MmSecureVirtualMemory(IN PVOID Address,
IN ULONG Mode)
{
UNIMPLEMENTED;
return NULL;
return Address;
}
/*