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/eh.h

    r8207 r9631  
    3232#endif
    3333
     34struct _EXCEPTION_POINTERS;
    3435
    3536typedef void (*terminate_handler)();
     
    3738typedef void (*unexpected_handler)();
    3839typedef void (*unexpected_function)();
    39 
     40typedef void (*_se_translator_function)(unsigned int code, struct _EXCEPTION_POINTERS *info);
    4041
    4142terminate_function MSVCRT(set_terminate)(terminate_function func);
    4243unexpected_function MSVCRT(set_unexpected)(unexpected_function func);
     44_se_translator_function MSVCRT(_set_se_translator)(_se_translator_function func);
     45
    4346void        MSVCRT(terminate)();
    4447void        MSVCRT(unexpected)();
Note: See TracChangeset for help on using the changeset viewer.