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/winimagebase.cpp

    r8327 r9617  
    1 /* $Id: winimagebase.cpp,v 1.35 2002-04-29 17:05:30 sandervl Exp $ */
     1/* $Id: winimagebase.cpp,v 1.36 2003-01-05 12:31:25 sandervl Exp $ */
    22
    33/*
     
    151151  //dummy
    152152  return 0;
     153}
     154//******************************************************************************
     155//******************************************************************************
     156ULONG Win32ImageBase::setApi(char *name, ULONG pfnNewProc)
     157{
     158    return -1; //only implemented for PE modules
     159}
     160//******************************************************************************
     161//******************************************************************************
     162ULONG Win32ImageBase::setApi(int ordinal, ULONG pfnNewProc)
     163{
     164    return -1; //only implemented for PE modules
    153165}
    154166//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.