Author: tkreuzer
Date: Tue Jan  5 23:58:45 2010
New Revision: 44967

URL: http://svn.reactos.org/svn/reactos?rev=44967&view=rev
Log:
revert changes to exception.x from 44966

Modified:
    branches/ros-amd64-bringup/reactos/lib/rtl/exception.c

Modified: branches/ros-amd64-bringup/reactos/lib/rtl/exception.c
URL: 
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/rtl/exception.c?rev=44967&r1=44966&r2=44967&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/lib/rtl/exception.c [iso-8859-1] 
(original)
+++ branches/ros-amd64-bringup/reactos/lib/rtl/exception.c [iso-8859-1] Tue Jan 
 5 23:58:45 2010
@@ -17,7 +17,7 @@
 
 /* FUNCTIONS ***************************************************************/
 
-#if !defined(_M_IX86)
+#if !defined(_M_IX86) && !defined(_M_AMD64)
 
 /*
  * @implemented
@@ -62,6 +62,10 @@
     /* If we returned, raise a status */
     RtlRaiseStatus(Status);
 }
+
+#endif
+
+#if !defined(_M_IX86)
 
 #ifdef _MSC_VER
 #pragma warning(push)


Reply via email to