mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 13:03:47 +00:00
msvc fix (remove obsolete semicolon)
svn path=/trunk/; revision=22526
This commit is contained in:
parent
abb09e14a3
commit
06cb1d0c38
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ typedef struct _AUTHZ_ACCESS_REPLY
|
|||
DWORD ResultListLength;
|
||||
PACCESS_MASK GrantedAccessMask;
|
||||
PDWORD SaclEvaluationResults;
|
||||
PDWORD Error;;
|
||||
PDWORD Error;
|
||||
} AUTHZ_ACCESS_REPLY, *PAUTHZ_ACCESS_REPLY;
|
||||
|
||||
typedef struct _AUTHZ_REGISTRATION_OBJECT_TYPE_NAME_OFFSET
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue