| Index: runtime/bin/eventhandler_win.h
|
| diff --git a/runtime/bin/eventhandler_win.h b/runtime/bin/eventhandler_win.h
|
| index 8a45b10bdc42592c69ac578d69b10cc901b02aca..c54ef0726c9efb742e4c8fc3cc2c8a34b95fcf8f 100644
|
| --- a/runtime/bin/eventhandler_win.h
|
| +++ b/runtime/bin/eventhandler_win.h
|
| @@ -332,7 +332,7 @@ class StdHandle : public FileHandle {
|
| void RunWriteLoop();
|
|
|
| private:
|
| - DWORD thread_wrote_;
|
| + intptr_t thread_wrote_;
|
| bool write_thread_exists_;
|
| bool write_thread_running_;
|
| Monitor* write_monitor_;
|
|
|