Changeset 21999 for trunk/src/kernel32/exceptutil.asm
- Timestamp:
- Apr 18, 2012, 10:46:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptutil.asm
r21916 r21999 151 151 OS2ExceptionHandler endp 152 152 153 154 PUBLIC OSLibDispatchException 155 EXTRN OSLibDispatchExceptionWin32:NEAR 156 EXTRN ___seh_handler_filter:NEAR 157 158 ; BOOL APIENTRY OSLibDispatchException(PEXCEPTIONREPORTRECORD pReportRec, 159 ; PEXCEPTIONREGISTRATIONRECORD pRegistrationRec, 160 ; PCONTEXTRECORD pContextRec, PVOID p, 161 ; BOOL fSEH); 162 OSLibDispatchException proc near 163 cmp dword ptr [esp + 20], 0 ; fSEH == FALSE? 164 jz OSLibDispatchExceptionWin32 165 jmp ___seh_handler_filter 166 OSLibDispatchException endp 167 168 153 169 PUBLIC _QueryExceptionChain 154 170
Note:
See TracChangeset
for help on using the changeset viewer.