forgot to add job access rights

svn path=/trunk/; revision=11002
This commit is contained in:
Thomas Bluemel 2004-09-23 16:53:25 +00:00
parent dcea0ecb49
commit 08dea69da5

View file

@ -34,6 +34,14 @@
#define PROCESS_PRIORITY_CLASS_BELOW_NORMAL (1) /* FIXME */
#define PROCESS_PRIORITY_CLASS_ABOVE_NORMAL (3) /* FIXME */
/* Job access rights */
#define JOB_OBJECT_ASSIGN_PROCESS (1)
#define JOB_OBJECT_SET_ATTRIBUTES (2)
#define JOB_OBJECT_QUERY (4)
#define JOB_OBJECT_TERMINATE (8)
#define JOB_OBJECT_SET_SECURITY_ATTRIBUTES (16)
#define JOB_OBJECT_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED|SYNCHRONIZE|31)
#ifndef __USE_W32API
/* Thread access rights */