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

    r8882 r9617  
    1 /* $Id: oslibmem.h,v 1.2 2002-07-16 08:16:48 sandervl Exp $ */
     1/* $Id: oslibmem.h,v 1.3 2003-01-05 12:31:24 sandervl Exp $ */
    22/*
    33 * OS/2 Memory management procedures
     
    88#ifndef __OSLIBMEM_H__
    99#define __OSLIBMISC_H__
     10
     11#ifdef __cplusplus
     12extern "C" {
     13#endif
    1014
    1115#ifndef __OS2_H__
     
    5054PVOID OSLibDosFindMemBase(LPVOID lpMemAddr);
    5155
     56#ifdef __cplusplus
     57}
     58#endif
    5259
    5360#endif
Note: See TracChangeset for help on using the changeset viewer.