ntdll: Fix the NtCreateEvent prototype.
commit3b67ad9bd47b553c82a85bdf6b205555acc496d2
authorAlexandre Julliard <julliard@winehq.org>
Mon, 18 Jan 2010 19:34:54 +0000 (18 20:34 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Jan 2010 19:34:54 +0000 (18 20:34 +0100)
tree9c3dff42e02db08fae96b76de17802238dc7d8d4
parent6299544cdd731925eea0c960fcd1a57fab846a18
ntdll: Fix the NtCreateEvent prototype.

It takes an event type, not a manual reset flag.
dlls/kernel32/console.c
dlls/kernel32/except.c
dlls/kernel32/sync.c
dlls/krnl386.exe16/task.c
dlls/ntdll/reg.c
dlls/ntdll/serial.c
dlls/ntdll/sync.c
dlls/ntdll/threadpool.c
include/winternl.h