Commit 49d638c7 authored by Ken Sharp's avatar Ken Sharp Committed by Alexandre Julliard

ntoskrnl: Add ObfReferenceObject stub.

parent 957f52b4
......@@ -1114,6 +1114,13 @@ void WINAPI MmResetDriverPaging(PVOID AddrInSection)
TRACE("%p\n", AddrInSection);
}
/***********************************************************************
* ObfReferenceObject (NTOSKRNL.EXE.@)
*/
VOID WINAPI ObfReferenceObject(PVOID Object)
{
FIXME("(%p): stub\n", Object);
}
/***********************************************************************
* ObReferenceObjectByHandle (NTOSKRNL.EXE.@)
......
......@@ -49,7 +49,7 @@
@ stub KiAcquireSpinLock
@ stub KiReleaseSpinLock
@ stdcall -norelay ObfDereferenceObject(ptr)
@ stub ObfReferenceObject
@ stdcall ObfReferenceObject(ptr)
@ stub RtlPrefetchMemoryNonTemporal
@ cdecl -i386 -norelay RtlUlongByteSwap() ntdll.RtlUlongByteSwap
@ cdecl -ret64 RtlUlonglongByteSwap(double) ntdll.RtlUlonglongByteSwap
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment