4 Apr
2016
4 Apr
'16
7:04 p.m.
On 04.04.2016 02:59, Austin English wrote:
/*********************************************************************** + * PsRemoveLoadImageNotifyRoutine (NTOSKRNL.EXE.@) + */ + NTSTATUS WINAPI PsRemoveLoadImageNotifyRoutine(PLOAD_IMAGE_NOTIFY_ROUTINE NotifyRoutine) + { + FIXME( "stub: %p\n", NotifyRoutine ); + return STATUS_SUCCESS; + }
Its too late to fix it now, but please check the formatting a bit more careful the next time. Some lines contain an unnecessary space at the beginning.