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/inclu…
==============================================================================
--- 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