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

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jul 30 08:55:51 CDT 2007


Module: wine
Branch: master
Commit: 3fd2f084db4bbc76400269a9fc7a2b964d07ed69
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3fd2f084db4bbc76400269a9fc7a2b964d07ed69

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Sun Jul 29 22:37:28 2007 +0200

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

---

 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)




More information about the wine-cvs mailing list