ntdll: Match the definition of NtQueryEvent() with its declaration.

Michael Stefaniuc mstefani at redhat.de
Sun Jul 29 15:37:28 CDT 2007


Found by sparse.
---
 dlls/ntdll/sync.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ntdll/sync.c b/dlls/ntdll/sync.c
index 04b3cd4..004095b 100644
--- a/dlls/ntdll/sync.c
+++ b/dlls/ntdll/sync.c
@@ -297,7 +297,7 @@ NTSTATUS WINAPI NtPulseEvent( HANDLE handle, PULONG PulseCount )
  */
 NTSTATUS WINAPI NtQueryEvent (
 	IN  HANDLE EventHandle,
-	IN  UINT EventInformationClass,
+	IN  EVENT_INFORMATION_CLASS EventInformationClass,
 	OUT PVOID EventInformation,
 	IN  ULONG EventInformationLength,
 	OUT PULONG  ReturnLength)
-- 
1.5.2.2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070729/52e2f8de/attachment-0001.pgp


More information about the wine-patches mailing list