mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 11:16:11 +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,
|
ExceptionContinueSearch,
|
||||||
ExceptionNestedException,
|
ExceptionNestedException,
|
||||||
ExceptionCollidedUnwind,
|
ExceptionCollidedUnwind,
|
||||||
ExceptionDismiss /* ??? */
|
ExceptionDismiss = 0 /* assuming this is the same thing as DISPOSITION_DISMISS */
|
||||||
} EXCEPTION_DISPOSITION;
|
} EXCEPTION_DISPOSITION;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue