ntoskrnl.exe: Add PsRemoveCreateThreadNotifyRoutine stub.
authorQian Hong <qhong@codeweavers.com>
Wed, 18 Nov 2015 08:14:19 +0000 (16:14 +0800)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 18 Nov 2015 14:05:45 +0000 (23:05 +0900)
Signed-off-by: Qian Hong <qhong@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ntoskrnl.exe/ntoskrnl.c
dlls/ntoskrnl.exe/ntoskrnl.exe.spec

index 90a632183f70d0268b2dfde6f1287a343ab85073..04f01985eaf730069ccf8a65aaca8d7aeedc9fe0 100644 (file)
@@ -2066,6 +2066,16 @@ NTSTATUS WINAPI PsSetCreateThreadNotifyRoutine( PCREATE_THREAD_NOTIFY_ROUTINE No
 }
 
 
+/***********************************************************************
+ *           PsRemoveCreateThreadNotifyRoutine  (NTOSKRNL.EXE.@)
+ */
+NTSTATUS WINAPI PsRemoveCreateThreadNotifyRoutine( PCREATE_THREAD_NOTIFY_ROUTINE NotifyRoutine )
+{
+    FIXME( "stub: %p\n", NotifyRoutine );
+    return STATUS_SUCCESS;
+}
+
+
 /***********************************************************************
  *           PsTerminateSystemThread   (NTOSKRNL.EXE.@)
  */
index fab6efffe5a37872e38d886d29266e7e5724162b..f59cade9e251f875a005278ef951b4cf216ce656 100644 (file)
 @ stub PsProcessType
 @ stub PsReferenceImpersonationToken
 @ stub PsReferencePrimaryToken
-@ stub PsRemoveCreateThreadNotifyRoutine
+@ stdcall PsRemoveCreateThreadNotifyRoutine(ptr)
 @ stub PsRemoveLoadImageNotifyRoutine
 @ stub PsRestoreImpersonation
 @ stub PsReturnPoolQuota