[ros-diffs] [tkreuzer] 37903: oops, looks like I forgot to commit this file (SEH2 stubs)

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Sat Dec 6 19:33:48 CET 2008


Author: tkreuzer
Date: Sat Dec  6 12:33:48 2008
New Revision: 37903

URL: http://svn.reactos.org/svn/reactos?rev=37903&view=rev
Log:
oops, looks like I forgot to commit this file (SEH2 stubs)

Added:
    branches/ros-amd64-bringup/reactos/include/reactos/libs/pseh/pseh2_64.h   (with props)

Added: branches/ros-amd64-bringup/reactos/include/reactos/libs/pseh/pseh2_64.h
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/include/reactos/libs/pseh/pseh2_64.h?rev=37903&view=auto
==============================================================================
--- branches/ros-amd64-bringup/reactos/include/reactos/libs/pseh/pseh2_64.h (added)
+++ branches/ros-amd64-bringup/reactos/include/reactos/libs/pseh/pseh2_64.h [iso-8859-1] Sat Dec  6 12:33:48 2008
@@ -1,0 +1,16 @@
+#ifndef KJK_PSEH2_H_
+#define KJK_PSEH2_H_
+
+
+#define _SEH2_TRY if(1)
+#define _SEH2_EXCEPT(x) else
+#define _SEH2_END
+#define _SEH2_GetExceptionCode() (0)
+#define _SEH2_YIELD(x) x
+#define _SEH2_LEAVE
+
+
+
+#endif
+
+/* EOF */

Propchange: branches/ros-amd64-bringup/reactos/include/reactos/libs/pseh/pseh2_64.h
------------------------------------------------------------------------------
    svn:eol-style = native



More information about the Ros-diffs mailing list