Ignore:
Timestamp:
Apr 3, 2001, 12:51:58 AM (24 years ago)
Author:
sandervl
Message:

check executable type in CreateProcess and use PEC for VIO and PE for GUI apps

File:
1 edited

Legend:

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

    r4474 r5448  
    1 /* $Id: winimagebase.h,v 1.17 2000-10-10 17:14:07 sandervl Exp $ */
     1/* $Id: winimagebase.h,v 1.18 2001-04-02 22:51:58 sandervl Exp $ */
    22
    33/*
     
    9797//returns ERROR_SUCCESS or error code (Characteristics will contain
    9898//the Characteristics member of the file header structure)
    99 static  ULONG isPEImage(char *szFileName, DWORD *Characteristics = NULL);
     99static  ULONG isPEImage(char *szFileName, DWORD *Characteristics, DWORD *subsystem = NULL);
    100100static  BOOL  findDll(const char *pszFileName, char *pszFullName,
    101101                      int cchFullName, const char *pszAltPath = NULL);
Note: See TracChangeset for help on using the changeset viewer.