Module: wine Branch: refs/heads/master Commit: 07f84d0458c07ffd455863cdd0c59abfccbdd98d URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=07f84d0458c07ffd455863cd...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Dec 16 16:27:39 2005 +0100
ntdll: More compatible exception information for protection faults. Added a bunch of test cases.
---
dlls/ntdll/signal_i386.c | 80 +++++++++++++++ dlls/ntdll/tests/.gitignore | 1 dlls/ntdll/tests/Makefile.in | 1 dlls/ntdll/tests/exception.c | 223 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 302 insertions(+), 3 deletions(-) create mode 100644 dlls/ntdll/tests/exception.c