Ignore:
Timestamp:
Oct 10, 2000, 7:14:09 PM (25 years ago)
Author:
sandervl
Message:

pe loader fixes, add system32\drivers dir during installation, add build date + time during kernel32 load

File:
1 edited

Legend:

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

    r4249 r4474  
    1 /* $Id: winimagebase.h,v 1.16 2000-09-12 22:45:19 bird Exp $ */
     1/* $Id: winimagebase.h,v 1.17 2000-10-10 17:14:07 sandervl Exp $ */
    22
    33/*
     
    9595    ULONG getResourceSize(HRSRC hResource);
    9696
    97     //returns ERROR_SUCCESS or error code
    98 static  ULONG isPEImage(char *szFileName);
     97//returns ERROR_SUCCESS or error code (Characteristics will contain
     98//the Characteristics member of the file header structure)
     99static  ULONG isPEImage(char *szFileName, DWORD *Characteristics = NULL);
    99100static  BOOL  findDll(const char *pszFileName, char *pszFullName,
    100101                      int cchFullName, const char *pszAltPath = NULL);
Note: See TracChangeset for help on using the changeset viewer.