Commit in reactos/include/ntos on MAIN
except.h+1-11.9 -> 1.10
small fix to constant we aren't even using, yet, but should

reactos/include/ntos
except.h 1.9 -> 1.10
diff -u -r1.9 -r1.10
--- except.h	25 Aug 2003 01:37:47 -0000	1.9
+++ except.h	4 Jul 2004 00:33:26 -0000	1.10
@@ -14,7 +14,7 @@
 	ExceptionContinueSearch,
 	ExceptionNestedException,
 	ExceptionCollidedUnwind,
-  ExceptionDismiss  /* ??? */
+	ExceptionDismiss = 0 /* assuming this is the same thing as DISPOSITION_DISMISS */
 } EXCEPTION_DISPOSITION;
 
 
CVSspam 0.2.8