| commit | b0208974bd5c25268fb64036138b774f5fbce39d | [log] [tgz] |
|---|---|---|
| author | Ivan Leo Puoti <ivanleo@gmail.com> | Wed Feb 16 17:52:22 2005 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Feb 16 17:52:22 2005 +0000 |
| tree | 8cc554ad5d3155242f5cfefd547d58dcef8c14aa | |
| parent | 8417d41a244f64543f444f27afeda05baceedc68 [diff] |
Add EVENT_QUERY_STATE define.
diff --git a/include/winnt.h b/include/winnt.h index 4abae5c..16d1396 100644 --- a/include/winnt.h +++ b/include/winnt.h
@@ -3212,6 +3212,7 @@ #define MAXIMUM_ALLOWED 0x02000000 #define ACCESS_SYSTEM_SECURITY 0x01000000 +#define EVENT_QUERY_STATE 0x0001 #define EVENT_MODIFY_STATE 0x0002 #define EVENT_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED|SYNCHRONIZE|0x3)