first cut at testing unicode normalization
[sbcl.git] / src / runtime / win32-os.h
index 9fca92e..7f50155 100644 (file)
@@ -37,10 +37,6 @@ typedef sem_t os_sem_t;
 typedef void *siginfo_t;
 #endif
 
-/* Note: This typedef will moved to runtime.h when AMD64 changes are being
- * merged. */
-typedef unsigned long uword_t;
-
 typedef LPVOID os_vm_address_t;
 typedef uword_t os_vm_size_t;
 typedef intptr_t os_vm_offset_t;
@@ -83,6 +79,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;