- Rename exception.c to except.c to avoid conflict with another exception.c in rtl...
authorAleksey Bragin <aleksey@reactos.org>
Tue, 7 Aug 2007 20:46:24 +0000 (20:46 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Tue, 7 Aug 2007 20:46:24 +0000 (20:46 +0000)
- Fix WDK compatibility.

svn path=/trunk/; revision=28223

reactos/lib/rtl/i386/except.c [moved from reactos/lib/rtl/i386/exception.c with 100% similarity]
reactos/lib/rtl/rtl.h
reactos/lib/rtl/rtl.rbuild

index cdb76df..a557d83 100644 (file)
 #include <ndk/ntndk.h>
 
 /* Internal RTL header */
-#include <reactos/helper.h>
 #include "rtlp.h"
 
+/* PSEH Support */
+#include <reactos/helper.h>
 #include <pseh/pseh.h>
+
+#ifndef _MSC_VER
 #include <intrin.h>
+#endif
 
 #endif /* RTL_H */
 
index 68febbc..ce69b56 100644 (file)
@@ -10,7 +10,7 @@
         <directory name="i386">
             <file>debug_asm.S</file>
             <file>except_asm.s</file>
-            <file>exception.c</file>
+            <file>except.c</file>
             <file>random_asm.S</file>
             <file>rtlswap.S</file>
             <file>rtlmem.s</file>