commit | 28e8029107aeae7a9b64890115c2722a5c196216 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Sat Jan 12 21:17:51 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jan 12 21:17:51 2002 +0000 |
tree | 5e758f4454b0fcf0f69a425fb5b717f13f4bee73 | |
parent | 466b2b474ab00aa07e2d6cb2b5c6a8436248f8f3 [diff] [blame] |
Fixed typos.
diff --git a/include/winnt.h b/include/winnt.h index 5064e50..6e72fbd 100644 --- a/include/winnt.h +++ b/include/winnt.h
@@ -3987,9 +3987,7 @@ KEY_CREATE_SUB_KEY) \ & (~SYNCHRONIZE) \ ) -#define KEY_EXECUTE ((KEY_READ) \ - & (~SYNCHRONIZE)) \ - ) +#define KEY_EXECUTE ((KEY_READ) & (~SYNCHRONIZE)) #define KEY_ALL_ACCESS ((STANDARD_RIGHTS_ALL| \ KEY_QUERY_VALUE| \ KEY_SET_VALUE| \