Changeset 4224 for trunk/src/kernel32/oslibexcept.h
- Timestamp:
- Sep 8, 2000, 8:07:52 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/oslibexcept.h
r1224 r4224 1 /* $Id: oslibexcept.h,v 1. 1 1999-10-09 15:03:24sandervl Exp $ */1 /* $Id: oslibexcept.h,v 1.2 2000-09-08 18:07:50 sandervl Exp $ */ 2 2 /* 3 3 * Exception handler util. procedures … … 14 14 // FALSE, otherwise 15 15 //****************************************************************************** 16 BOOL OSLibDispatchException(PEXCEPTIONREPORTRECORD pReportRec,17 PEXCEPTIONREGISTRATIONRECORD pRegistrationRec,18 PCONTEXTRECORD pContextRec, PVOID p);16 BOOL APIENTRY OSLibDispatchException(PEXCEPTIONREPORTRECORD pReportRec, 17 PEXCEPTIONREGISTRATIONRECORD pRegistrationRec, 18 PCONTEXTRECORD pContextRec, PVOID p); 19 19 20 20 #endif
Note:
See TracChangeset
for help on using the changeset viewer.