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

    r8504 r9617  
    1 /* $Id: oslibdebug.h,v 1.2 2002-05-28 09:53:34 sandervl Exp $ */
     1/* $Id: oslibdebug.h,v 1.3 2003-01-05 12:31:23 sandervl Exp $ */
    22
    33/*
     
    1313#define __OSLIBDEBUG_H__
    1414
     15#ifdef __cplusplus
     16extern "C" {
     17#endif
     18
    1519#ifndef PAGE_SIZE
    1620#define PAGE_SIZE 4096
     
    2327VOID OSLibDebugReadMemory(LPCVOID lpBaseAddress,LPVOID lpBuffer, DWORD cbRead, LPDWORD lpNumberOfBytesRead);
    2428BOOL OSLibAddWin32Event(LPDEBUG_EVENT lpde);
     29
     30#ifdef __cplusplus
     31}
     32#endif
     33
    2534#endif //__OSLIBDEBUG_H__
Note: See TracChangeset for help on using the changeset viewer.