Add new error code definition

This commit is contained in:
x1nixmzeng 2020-10-11 12:17:22 +01:00
parent e01b863fd2
commit dced533dd8
1 changed files with 4 additions and 0 deletions

View File

@ -345,6 +345,10 @@ namespace CxbxDebugger
/// <summary>
///
/// </summary>
StatusHandleNotClosable = 0xC0000235,
/// <summary>
///
/// </summary>
GuardPageViolation = 0x80000001,
/// <summary>
///