mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 09:16:17 +00:00
[KERNEL32]
CreateEvent --> NtCreateEvent --> NotificationEvent or SynchronizationEvent (contrary to CreateTimer --> NtCreateTimer). svn path=/trunk/; revision=59459
This commit is contained in:
parent
ed44a9b246
commit
d009a8d53e
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@ CreateEventW(IN LPSECURITY_ATTRIBUTES lpEventAttributes OPTIONAL,
|
|||
CreateNtObjectFromWin32Api(Event, Event, EVENT,
|
||||
lpEventAttributes,
|
||||
lpName,
|
||||
bManualReset ? NotificationTimer : SynchronizationTimer,
|
||||
bManualReset ? NotificationEvent : SynchronizationEvent,
|
||||
bInitialState);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue