small fix to constant we aren't even using, yet, but should

svn path=/trunk/; revision=9988
This commit is contained in:
Royce Mitchell III 2004-07-04 00:33:26 +00:00
parent 05345c056a
commit f5d1bff687

View file

@ -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;