This commit is contained in:
Glenn Maynard
2006-02-09 08:28:20 +00:00
parent 02786346b8
commit fa747fcbb4
-1
View File
@@ -101,7 +101,6 @@ static const struct ExceptionLookup {
{ EXCEPTION_ILLEGAL_INSTRUCTION, "Illegal instruction" }, { EXCEPTION_ILLEGAL_INSTRUCTION, "Illegal instruction" },
{ EXCEPTION_INVALID_HANDLE, "Invalid handle" }, { EXCEPTION_INVALID_HANDLE, "Invalid handle" },
{ 0xe06d7363, "Unhandled Microsoft C++ Exception", }, { 0xe06d7363, "Unhandled Microsoft C++ Exception", },
// hmm... '_msc'... gee, who would have thought?
{ NULL }, { NULL },
}; };