[PATCH 1/2] ntoskrnl.exe: add PsRemoveLoadImageNotifyRoutine stub

Sebastian Lackner sebastian at fds-team.de
Mon Apr 4 14:04:10 CDT 2016


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.




More information about the wine-devel mailing list