Author: spetreolle
Date: Wed Dec 14 23:46:23 2011
New Revision: 54652

URL: http://svn.reactos.org/svn/reactos?rev=54652&view=rev
Log:
Fix amd64 build.

Modified:
    trunk/reactos/lib/sdk/crt/except/except.c

Modified: trunk/reactos/lib/sdk/crt/except/except.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/except/except.c?rev=54652&r1=54651&r2=54652&view=diff
==============================================================================
--- trunk/reactos/lib/sdk/crt/except/except.c [iso-8859-1] (original)
+++ trunk/reactos/lib/sdk/crt/except/except.c [iso-8859-1] Wed Dec 14 23:46:23 
2011
@@ -262,8 +262,6 @@
     return ExceptionContinueSearch;
 }
 
-#endif
-
 /*******************************************************************
  *             _local_unwind4 (MSVCRT.@)
  */
@@ -280,6 +278,8 @@
     msvcrt_local_unwind4( (void *)jmp->Cookie, (MSVCRT_EXCEPTION_FRAME 
*)jmp->Registration,
                           jmp->TryLevel, (void *)jmp->Ebp );
 }
+
+#endif
 
 /******************************************************************
  *             __uncaught_exception


Reply via email to