Index: runtime/bin/eventhandler_win.h |
diff --git a/runtime/bin/eventhandler_win.h b/runtime/bin/eventhandler_win.h |
index 30d229be7dbdf6b0572e0af4751aa6069426de3f..9bb0610959c92877c20eb45f8767cfff9024d68a 100644 |
--- a/runtime/bin/eventhandler_win.h |
+++ b/runtime/bin/eventhandler_win.h |
@@ -371,7 +371,7 @@ class EventHandlerImplementation { |
static void EventHandlerEntry(uword args); |
- DWORD GetTimeout(); |
+ int64_t GetTimeout(); |
void HandleInterrupt(InterruptMessage* msg); |
void HandleTimeout(); |
void HandleAccept(ListenSocket* listen_socket, IOBuffer* buffer); |