From cb2e289656a4e3712b5a09e7cebb99c484cbc718 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Mon, 31 Oct 2005 20:35:03 +0000 Subject: [PATCH] fix return type of ObDereferenceSecurityDescriptor svn path=/trunk/; revision=18918 --- reactos/ntoskrnl/ob/security.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/ob/security.c b/reactos/ntoskrnl/ob/security.c index 88dd748025e..2230a99bc78 100644 --- a/reactos/ntoskrnl/ob/security.c +++ b/reactos/ntoskrnl/ob/security.c @@ -270,7 +270,7 @@ ObLogSecurityDescriptor(IN PSECURITY_DESCRIPTOR InputSecurityDescriptor, /* * @unimplemented */ -NTSTATUS STDCALL +VOID STDCALL ObDereferenceSecurityDescriptor(IN PSECURITY_DESCRIPTOR SecurityDescriptor, IN ULONG Count) {