Changeset 21381 for trunk/src/kernel32/exceptions.cpp
- Timestamp:
- Jul 5, 2010, 2:30:14 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptions.cpp
r21337 r21381 1207 1207 dprintfException(pERepRec, pERegRec, pCtxRec, p); 1208 1208 dprintf(("KERNEL32: OS2ExceptionHandler: FPU exception\n")); 1209 if( !fIsOS2Image && !fExitProcess) //Only for real win32 apps1209 if((!fIsOS2Image || fSEHEnabled) && !fExitProcess) //Only for real win32 apps or if SEH enabled 1210 1210 { 1211 1211 if(OSLibDispatchException(pERepRec, pERegRec, pCtxRec, p) == FALSE) … … 1467 1467 #endif 1468 1468 1469 if( !fIsOS2Image && !fExitProcess) //Only for real win32 apps1469 if((!fIsOS2Image || fSEHEnabled) && !fExitProcess) //Only for real win32 apps or if SEH enabled 1470 1470 { 1471 1471 if(OSLibDispatchException(pERepRec, pERegRec, pCtxRec, p) == TRUE)
Note:
See TracChangeset
for help on using the changeset viewer.