Changeset 9631 for trunk/include/win/msvcrt/excpt.h
- Timestamp:
- Jan 6, 2003, 2:24:23 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/msvcrt/excpt.h
r8207 r9631 23 23 * Return values from the actual exception handlers 24 24 */ 25 #ifndef ExceptionContinueExecution 25 26 #undef ExceptionContinueExecution 27 #undef ExceptionContinueSearch 28 #undef ExceptionNestedException 29 #undef ExceptionCollidedUnwind 26 30 27 31 typedef enum _EXCEPTION_DISPOSITION … … 40 44 #define EXCEPTION_CONTINUE_EXECUTION -1 41 45 42 #endif43 46 44 47
Note:
See TracChangeset
for help on using the changeset viewer.