Ignore:
Timestamp:
Jan 6, 2003, 2:24:23 PM (23 years ago)
Author:
sandervl
Message:

PF: header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/msvcrt/excpt.h

    r8207 r9631  
    2323 * Return values from the actual exception handlers
    2424 */
    25 #ifndef ExceptionContinueExecution
     25
     26#undef  ExceptionContinueExecution
     27#undef  ExceptionContinueSearch
     28#undef  ExceptionNestedException
     29#undef  ExceptionCollidedUnwind
    2630
    2731typedef enum _EXCEPTION_DISPOSITION
     
    4044#define EXCEPTION_CONTINUE_EXECUTION    -1
    4145
    42 #endif
    4346
    4447
Note: See TracChangeset for help on using the changeset viewer.