Add new error code definition
This commit is contained in:
parent
e01b863fd2
commit
dced533dd8
|
@ -345,6 +345,10 @@ namespace CxbxDebugger
|
|||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
StatusHandleNotClosable = 0xC0000235,
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
GuardPageViolation = 0x80000001,
|
||||
/// <summary>
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue