mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
KERNEL32.GetPriorityClass fixed.
svn path=/trunk/; revision=2225
This commit is contained in:
parent
750b45e5a3
commit
df39763241
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: proc.c,v 1.41 2001/08/15 20:35:38 ea Exp $
|
||||
/* $Id: proc.c,v 1.42 2001/09/02 17:59:44 ea Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
@ -593,7 +593,7 @@ GetPriorityClass (
|
|||
)
|
||||
{
|
||||
HANDLE hProcessTmp;
|
||||
DWORD CsrPriorityClass;
|
||||
DWORD CsrPriorityClass = 0; // This tells CSRSS we want to GET it!
|
||||
NTSTATUS Status;
|
||||
|
||||
Status = NtDuplicateObject (
|
||||
|
|
Loading…
Reference in a new issue