Ignore:
Timestamp:
Jun 4, 2001, 11:18:40 PM (24 years ago)
Author:
sandervl
Message:

plugin driver dll updates

File:
1 edited

Legend:

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

    r5557 r5905  
    1 /* $Id: exceptions.cpp,v 1.52 2001-04-21 09:10:13 sandervl Exp $ */
     1/* $Id: exceptions.cpp,v 1.53 2001-06-04 21:18:39 sandervl Exp $ */
    22
    33/*
     
    11081108  case XCPT_PROCESS_TERMINATE:
    11091109  case XCPT_ASYNC_PROCESS_TERMINATE:
    1110         dprintfException(pERepRec, pERegRec, pCtxRec, p);
     1110////        dprintfException(pERepRec, pERegRec, pCtxRec, p);
    11111111        SetExceptionChain((ULONG)-1);
    11121112        goto continuesearch;
     
    11211121                goto continueFail;
    11221122        }
     1123
    11231124//------------->>> WARNING: potentially dangerous workaround!!
    11241125        /* Some apps set ES = FS and Odin doesn't like that!       */
Note: See TracChangeset for help on using the changeset viewer.