[ros-diffs] [sginsberg] 35884: - Patch from hackbunny: Add _SEH_SetExceptionCode

sginsberg at svn.reactos.org sginsberg at svn.reactos.org
Wed Sep 3 14:39:04 CEST 2008


Author: sginsberg
Date: Tue Sep  2 16:41:57 2008
New Revision: 35884

URL: http://svn.reactos.org/svn/reactos?rev=35884&view=rev
Log:
- Patch from hackbunny: Add _SEH_SetExceptionCode

Modified:
    trunk/reactos/include/reactos/libs/pseh/framebased.h

Modified: trunk/reactos/include/reactos/libs/pseh/framebased.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/libs/pseh/framebased.h?rev=35884&r1=35883&r2=35884&view=diff
==============================================================================
--- trunk/reactos/include/reactos/libs/pseh/framebased.h [iso-8859-1] (original)
+++ trunk/reactos/include/reactos/libs/pseh/framebased.h [iso-8859-1] Tue Sep  2 16:41:57 2008
@@ -154,6 +154,7 @@
 		_SEHHandlers.SH_Finally = (FINALLY_);
 #endif
 
+#define _SEH_SetExceptionCode(CODE_) (_SEHPortableFrame->SPF_Code = (CODE_))
 #define _SEH_GetExceptionCode() (unsigned long)(_SEHPortableFrame->SPF_Code)
 
 #define _SEH_GetExceptionPointers() \



More information about the Ros-diffs mailing list