X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fwin32-os.h;h=a09c37f909bf461b25c8dfa7f0e62d577b71ae78;hb=dd54f9e004a0a83d1328e94648f48dcc27e0be5b;hp=4cb3de41cc86cc57dfc4f0cce437e0d1099e9645;hpb=2e86a718672b73c942e51dfbda7eb9db8746b6f4;p=sbcl.git diff --git a/src/runtime/win32-os.h b/src/runtime/win32-os.h index 4cb3de4..a09c37f 100644 --- a/src/runtime/win32-os.h +++ b/src/runtime/win32-os.h @@ -35,7 +35,6 @@ typedef void *siginfo_t; #define SIG_MEMORY_FAULT SIGSEGV -#define SIG_INTERRUPT_THREAD (SIGRTMIN) #define SIG_STOP_FOR_GC (SIGRTMIN+1) #define SIG_DEQUEUE (SIGRTMIN+2) #define SIG_THREAD_EXIT (SIGRTMIN+3) @@ -43,8 +42,7 @@ 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);