From 35c792ee321ef7ae2ea2ad871330ad835140f075 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Mon, 24 Jan 2005 00:44:21 +0000 Subject: [PATCH] fixed prototype of ZwOpenSemaphore svn path=/trunk/; revision=13241 --- reactos/include/ntos/zw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/ntos/zw.h b/reactos/include/ntos/zw.h index 47792043f94..07890fec1f8 100755 --- a/reactos/include/ntos/zw.h +++ b/reactos/include/ntos/zw.h @@ -2212,7 +2212,7 @@ NtOpenSemaphore( NTSTATUS STDCALL ZwOpenSemaphore( - IN HANDLE SemaphoreHandle, + OUT PHANDLE SemaphoreHandle, IN ACCESS_MASK DesiredAcces, IN POBJECT_ATTRIBUTES ObjectAttributes );