Allow synchronous win32 I/O to be interrupted, too
[sbcl.git] / src / runtime / thread.c
index cc9eebd..4f0f618 100644 (file)
@@ -674,6 +674,7 @@ create_thread_struct(lispobj initial_function) {
            sizeof(th->private_events.events[0]); ++i) {
       th->private_events.events[i] = CreateEvent(NULL,FALSE,FALSE,NULL);
     }
+    th->synchronous_io_handle_and_flag = 0;
 #endif
     th->stepping = NIL;
     return th;