epoll.c: use CreateEventW explicitly
This commit is contained in:
parent
5162f578ab
commit
32a13c094c
@ -744,7 +744,7 @@ int epoll__afd_poll(SOCKET socket,
|
||||
} else {
|
||||
/* Blocking operation. */
|
||||
iosb_ptr = &iosb;
|
||||
event = CreateEvent(NULL, FALSE, FALSE, NULL);
|
||||
event = CreateEventW(NULL, FALSE, FALSE, NULL);
|
||||
if (event == NULL) {
|
||||
return SOCKET_ERROR;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user