commit | 2fab2ef11fadbb2dbefa84fcc73d626d3883dd6e | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Tue Nov 23 19:41:34 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Nov 23 19:41:34 1999 +0000 |
tree | 80edd4e76ef37ef344157e3af1b30cf41fac5409 | |
parent | d7e85d66315d7b37416e715abec5b339d3862986 [diff] [blame] |
Changed to use new server-side registry support.
diff --git a/include/winnt.h b/include/winnt.h index e00a560..691bd3d 100644 --- a/include/winnt.h +++ b/include/winnt.h
@@ -1282,6 +1282,9 @@ #define GENERIC_EXECUTE 0x20000000 #define GENERIC_ALL 0x10000000 +#define MAXIMUM_ALLOWED 0x02000000 +#define ACCESS_SYSTEM_SECURITY 0x01000000 + #define EVENT_MODIFY_STATE 0x0002 #define EVENT_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED|SYNCHRONIZE|0x3)