Changeset 2298 for trunk/src/kernel32/exceptions.cpp
- Timestamp:
- Jan 2, 2000, 11:09:02 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptions.cpp
r1811 r2298 1 /* $Id: exceptions.cpp,v 1.3 0 1999-11-22 20:35:49sandervl Exp $ */1 /* $Id: exceptions.cpp,v 1.31 2000-01-02 22:09:01 sandervl Exp $ */ 2 2 3 3 /* … … 932 932 #define XCPT_CONTINUE_STOP 0x00716668 933 933 #endif 934 935 //in misc.cpp 936 void CheckLogException(); 934 937 935 938 ULONG APIENTRY OS2ExceptionHandler(PEXCEPTIONREPORTRECORD pERepRec, … … 1021 1024 case XCPT_IN_PAGE_ERROR: 1022 1025 CrashAndBurn: 1026 CheckLogException(); 1023 1027 dprintfException(pERepRec, pERegRec, pCtxRec, p); 1024 1028 if(fIsOS2Image == FALSE) //Only for real win32 apps
Note:
See TracChangeset
for help on using the changeset viewer.