Alex Ionescu <ionucu@videotron.ca>
authorThomas Bluemel <thomas@reactsoft.com>
Sat, 12 Mar 2005 21:26:29 +0000 (21:26 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Sat, 12 Mar 2005 21:26:29 +0000 (21:26 +0000)
commit7bc94f89761b4eb61f59e8eb67f0bac1f76c06f2
tree17b4f3e9d0d092cbadc9628dd2c9fd92f11d804a
parent566c2840b91324b556183975d927528c3043fcbd
Alex Ionescu <ionucu@videotron.ca>
- Remove ke/error.c and add its functions into ke/catch.c where they belong.
- Create ex/error.c and move Executive functions present in ke/error.c to it.
- Implement NtRaiseHardError and move it from ke/error.c to ex/error.c.
- Increase Exceptions Dispatched count in dispatch code and comment code more throughly.

svn path=/trunk/; revision=13982
reactos/ntoskrnl/Makefile
reactos/ntoskrnl/ex/error.c [new file with mode: 0644]
reactos/ntoskrnl/ke/catch.c
reactos/ntoskrnl/ke/error.c [deleted file]