commit | 54b1d87daff4f649cf5c532e89c3e5f93b9ec611 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Tue Oct 28 21:22:50 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Oct 28 21:22:50 2003 +0000 |
tree | 724fa284929cb1eca7428e3ee0083aae819cb257 | |
parent | 1dd53254278d0c94134ba11649a9df714326d2cc [diff] [blame] |
Implemented Add/RemoveVectoredExceptionHandler.
diff --git a/include/winnt.h b/include/winnt.h index c8da36e..9f3950b 100644 --- a/include/winnt.h +++ b/include/winnt.h
@@ -1633,6 +1633,7 @@ * function pointer to a exception filter */ +typedef LONG (CALLBACK *PVECTORED_EXCEPTION_HANDLER)(PEXCEPTION_POINTERS ExceptionInfo); typedef LONG (CALLBACK *PTOP_LEVEL_EXCEPTION_FILTER)(PEXCEPTION_POINTERS ExceptionInfo); typedef PTOP_LEVEL_EXCEPTION_FILTER LPTOP_LEVEL_EXCEPTION_FILTER;