Ignore:
Timestamp:
Jan 5, 2003, 1:31:26 PM (23 years ago)
Author:
sandervl
Message:

added dll load hook and function to override named or ordinal exports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/oslibexcept.h

    r4224 r9617  
    1 /* $Id: oslibexcept.h,v 1.2 2000-09-08 18:07:50 sandervl Exp $ */
     1/* $Id: oslibexcept.h,v 1.3 2003-01-05 12:31:24 sandervl Exp $ */
    22/*
    33 * Exception handler util. procedures
     
    88#ifndef __OSLIBEXCEPT_H__
    99#define __OSLIBEXCEPT_H__
     10
     11#ifdef __cplusplus
     12extern "C" {
     13#endif
    1014
    1115//******************************************************************************
     
    1822                                     PCONTEXTRECORD pContextRec, PVOID p);
    1923
     24#ifdef __cplusplus
     25}
    2026#endif
     27
     28#endif
Note: See TracChangeset for help on using the changeset viewer.