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/oslibexcept.cpp

    r5750 r5905  
    1 /* $Id: oslibexcept.cpp,v 1.6 2001-05-19 11:14:38 sandervl Exp $ */
     1/* $Id: oslibexcept.cpp,v 1.7 2001-06-04 21:18:40 sandervl Exp $ */
    22/*
    33 * Exception handler util. procedures
     
    171171  case XCPT_ILLEGAL_INSTRUCTION:
    172172  case XCPT_PRIVILEGED_INSTRUCTION:
     173#ifndef DEBUG
     174  case XCPT_BREAKPOINT:
     175#endif
    173176        rc = RtlDispatchException(&winreportrec, &wincontextrec);
    174177        break;
    175178
     179#ifdef DEBUG
     180  case XCPT_BREAKPOINT:
     181#endif
    176182  case XCPT_INTEGER_DIVIDE_BY_ZERO:
    177183  case XCPT_INTEGER_OVERFLOW:
    178   case XCPT_BREAKPOINT:
    179184  case XCPT_SINGLE_STEP:
    180185  case XCPT_ARRAY_BOUNDS_EXCEEDED:
Note: See TracChangeset for help on using the changeset viewer.