mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +00:00
- As per http://msdn.microsoft.com/en-us/library/ms802952.aspx, call ExDoCallBack with correct parameters.
svn path=/trunk/; revision=38222
This commit is contained in:
parent
77911bbdee
commit
f082d72190
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,8 @@ PspRunCreateProcessNotifyRoutines(IN PEPROCESS CurrentProcess,
|
|||
/* Do the callback */
|
||||
ExDoCallBack(&PspProcessNotifyRoutine[i],
|
||||
CurrentProcess->InheritedFromUniqueProcessId,
|
||||
(PVOID)(ULONG_PTR)Create,
|
||||
NULL);
|
||||
CurrentProcess->UniqueProcessId,
|
||||
(PVOID)(ULONG_PTR)Create);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue