mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:11:42 +00:00
[KERNEL32]
- Use JOB_OBJECT_ALL_ACCESS for job objects instead of JOB_ALL_ACCESS (which is for print jobs). Dedicated to Samuel svn path=/trunk/; revision=70176
This commit is contained in:
parent
d876ecae70
commit
3638c8781a
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ CreateJobObjectW(IN LPSECURITY_ATTRIBUTES lpJobAttributes,
|
|||
IN LPCWSTR lpName)
|
||||
{
|
||||
/* Create the NT object */
|
||||
CreateNtObjectFromWin32Api(JobObject, JobObject, JOB, lpJobAttributes, lpName);
|
||||
CreateNtObjectFromWin32Api(JobObject, JobObject, JOB_OBJECT, lpJobAttributes, lpName);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue