Update windows ev code.

This commit is contained in:
Calvin Rose 2020-11-02 08:19:53 -06:00
parent f517cccf7b
commit 9f27336827
1 changed files with 1 additions and 1 deletions

View File

@ -741,7 +741,7 @@ static void janet_unlisten(JanetListenerState *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;
DWORD num_bytes_transfered = 0;
LPOVERLAPPED overlapped;