mirror of
https://github.com/reactos/reactos.git
synced 2025-02-20 15:35:04 +00:00
[DRWTSN32] Recognize STATUS_ASSERTION_FAILURE as exception number
This commit is contained in:
parent
ecb0c0963d
commit
bdab437fa4
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ static const char* Exception2Str(DWORD code)
|
|||
case EXCEPTION_GUARD_PAGE: return "EXCEPTION_GUARD_PAGE";
|
||||
case EXCEPTION_INVALID_HANDLE: return "EXCEPTION_INVALID_HANDLE";
|
||||
case EXCEPTION_WINE_STUB: return "EXCEPTION_WINE_STUB";
|
||||
case STATUS_ASSERTION_FAILURE: return "STATUS_ASSERTION_FAILURE";
|
||||
}
|
||||
|
||||
return "--";
|
||||
|
|
Loading…
Reference in a new issue