Allow synchronous win32 I/O to be interrupted, too
[sbcl.git] / src / runtime / win32-os.h
index 9fca92e..acc8b10 100644 (file)
@@ -83,6 +83,8 @@ char *dirname(char *path);
 
 void os_invalidate_free(os_vm_address_t addr, os_vm_size_t len);
 
+boolean win32_maybe_interrupt_io(void* thread);
+
 #define bcopy(src,dest,n) memmove(dest,src,n)
 
 struct thread;