mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
fix return type of ObDereferenceSecurityDescriptor
svn path=/trunk/; revision=18918
This commit is contained in:
parent
0e0d775a1d
commit
cb2e289656
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ ObLogSecurityDescriptor(IN PSECURITY_DESCRIPTOR InputSecurityDescriptor,
|
|||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
NTSTATUS STDCALL
|
||||
VOID STDCALL
|
||||
ObDereferenceSecurityDescriptor(IN PSECURITY_DESCRIPTOR SecurityDescriptor,
|
||||
IN ULONG Count)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue