* include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoid

compiler warnings.
This commit is contained in:
Corinna Vinschen
2001-05-17 21:13:10 +00:00
parent a69eb9099b
commit f6b52c79f5
2 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,9 @@
Wed May 17 17:12:00 2001 Corinna Vinschen <corinna@vinschen.de>
Thu May 17 23:12:00 2001 Corinna Vinschen <corinna@vinschen.de>
* include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoid
compiler warnings.
Thu May 17 17:12:00 2001 Corinna Vinschen <corinna@vinschen.de>
* include/ntdef.h: Protect definition of OBJECT_ATTRIBUTES against
previous definition in include/ntsecapi.h.