mirror of
https://github.com/janet-lang/janet
synced 2024-11-25 01:37:19 +00:00
Update windows ev code.
This commit is contained in:
parent
f517cccf7b
commit
9f27336827
@ -741,7 +741,7 @@ static void janet_unlisten(JanetListenerState *state) {
|
|||||||
janet_unlisten_impl(state);
|
janet_unlisten_impl(state);
|
||||||
}
|
}
|
||||||
|
|
||||||
void janet_loop1_impl(int has_timeout, JanetTimeout timeout) {
|
void janet_loop1_impl(int has_timeout, JanetTimestamp to) {
|
||||||
ULONG_PTR completionKey = 0;
|
ULONG_PTR completionKey = 0;
|
||||||
DWORD num_bytes_transfered = 0;
|
DWORD num_bytes_transfered = 0;
|
||||||
LPOVERLAPPED overlapped;
|
LPOVERLAPPED overlapped;
|
||||||
|
Loading…
Reference in New Issue
Block a user