Ignore:
Timestamp:
Sep 8, 2000, 8:07:52 PM (25 years ago)
Author:
sandervl
Message:

exception changes, implemented enumresourcelanguages + put back some old code

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:24 sandervl Exp $ */
     1/* $Id: oslibexcept.h,v 1.2 2000-09-08 18:07:50 sandervl Exp $ */
    22/*
    33 * Exception handler util. procedures
     
    1414//         FALSE, otherwise
    1515//******************************************************************************
    16 BOOL OSLibDispatchException(PEXCEPTIONREPORTRECORD pReportRec,
    17                             PEXCEPTIONREGISTRATIONRECORD pRegistrationRec,
    18                             PCONTEXTRECORD pContextRec, PVOID p);
     16BOOL APIENTRY OSLibDispatchException(PEXCEPTIONREPORTRECORD pReportRec,
     17                                     PEXCEPTIONREGISTRATIONRECORD pRegistrationRec,
     18                                     PCONTEXTRECORD pContextRec, PVOID p);
    1919
    2020#endif
Note: See TracChangeset for help on using the changeset viewer.