1.0.25.29: thread state visibility and synchronization
[sbcl.git] / src / runtime / win32-os.h
index 4435b6f..1526e8d 100644 (file)
@@ -43,8 +43,9 @@ typedef void *siginfo_t;
 struct lisp_exception_frame {
     struct lisp_exception_frame *next_frame;
     void *handler;
-    CONTEXT context;
-    EXCEPTION_RECORD exception;
+    lispobj *bindstack_pointer;
 };
 
 void wos_install_interrupt_handlers(struct lisp_exception_frame *handler);
+char *dirname(char *path);
+