mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
small fix to constant we aren't even using, yet, but should
svn path=/trunk/; revision=9988
This commit is contained in:
parent
05345c056a
commit
f5d1bff687
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ typedef enum {
|
|||
ExceptionContinueSearch,
|
||||
ExceptionNestedException,
|
||||
ExceptionCollidedUnwind,
|
||||
ExceptionDismiss /* ??? */
|
||||
ExceptionDismiss = 0 /* assuming this is the same thing as DISPOSITION_DISMISS */
|
||||
} EXCEPTION_DISPOSITION;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue