- Rename exception.c to except.c to avoid conflict with another exception.c in rtl project.

- Fix WDK compatibility.

svn path=/trunk/; revision=28223
This commit is contained in:
Aleksey Bragin 2007-08-07 20:46:24 +00:00
parent ed479b0bf9
commit 0e450718cd
3 changed files with 6 additions and 2 deletions

View file

@ -24,11 +24,15 @@
#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 */

View 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>