Ignore:
Timestamp:
Aug 25, 1999, 5:46:52 PM (26 years ago)
Author:
sandervl
Message:

KillWin32Process bugfix

File:
1 edited

Legend:

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

    r690 r697  
    1 /* $Id: exceptions.cpp,v 1.13 1999-08-25 14:27:05 sandervl Exp $ */
     1/* $Id: exceptions.cpp,v 1.14 1999-08-25 15:46:52 sandervl Exp $ */
    22
    33/*
     
    455455  RestoreOS2FS();
    456456
    457   SetExceptionChain((ULONG)0);
     457  SetExceptionChain((ULONG)-1);
    458458  DosExit(EXIT_PROCESS, 666);
    459459}
Note: See TracChangeset for help on using the changeset viewer.