_SEH2_HANDLE as a short-hand for _SEH2_EXCEPT(_SEH_STATIC_FILTER(_SEH_EXECUTE_HANDLER))
Modified: trunk/reactos/include/pseh/framebased.h

Modified: trunk/reactos/include/pseh/framebased.h
--- trunk/reactos/include/pseh/framebased.h	2005-03-27 00:41:31 UTC (rev 14338)
+++ trunk/reactos/include/pseh/framebased.h	2005-03-27 00:44:53 UTC (rev 14339)
@@ -298,6 +298,8 @@
   _SEHHandlers.SH_Finally(&_SEHFrame->SEH_Header);                             \
 }
 
+#define _SEH2_HANDLE _SEH2_EXCEPT(_SEH_STATIC_FILTER(_SEH_EXECUTE_HANDLER))
+
 #define _SEH_GetExceptionCode() (unsigned long)(_SEHPortableFrame->SPF_Code)
 
 #define _SEH_GetExceptionPointers() \