Ignore:
Timestamp:
Sep 9, 2000, 10:59:55 AM (25 years ago)
Author:
sandervl
Message:

exception handler changes/fixes (after ExitProcess has been called

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/oslibexcept.cpp

    r4224 r4229  
    1 /* $Id: oslibexcept.cpp,v 1.3 2000-09-08 18:07:50 sandervl Exp $ */
     1/* $Id: oslibexcept.cpp,v 1.4 2000-09-09 08:59:55 sandervl Exp $ */
    22/*
    33 * Exception handler util. procedures
     
    182182  case XCPT_UNABLE_TO_GROW_STACK:
    183183  case XCPT_IN_PAGE_ERROR:
     184  default:
    184185        SetFS(oldsel);  //restore FS
    185186        return FALSE; //let's not dispatch those for now
Note: See TracChangeset for help on using the changeset viewer.