Ignore:
Timestamp:
Apr 16, 2000, 6:19:58 AM (25 years ago)
Author:
bird
Message:

Added parameter pszAltPath to findDll.

File:
1 edited

Legend:

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

    r3391 r3397  
    1 /* $Id: winimagebase.h,v 1.3 2000-04-15 21:08:37 bird Exp $ */
     1/* $Id: winimagebase.h,v 1.4 2000-04-16 04:19:58 bird Exp $ */
    22
    33/*
    44 * Win32 PE Image base class
    55 *
    6  * Copyright 1998-1999 Sander van Leeuwen (sandervl@xs4all.nl)
     6 * Copyright 1998-2000 Sander van Leeuwen (sandervl@xs4all.nl)
    77 *
    88 *
     
    8282
    8383static  BOOL  isPEImage(char *szFileName);
    84 static  BOOL  findDll(const char *pszFileName, char *pszFullName, int cchFullName);
     84static  BOOL  findDll(const char *pszFileName, char *pszFullName,
     85                      int cchFullName, const char *pszAltPath = NULL);
    8586
    8687    void  setEntryPoint(ULONG startAddress) { entryPoint = startAddress; };
Note: See TracChangeset for help on using the changeset viewer.