Ignore:
Timestamp:
Jun 11, 2001, 12:32:18 AM (24 years ago)
Author:
sandervl
Message:

CreateProcess: launch win16 loader for NE executables

File:
1 edited

Legend:

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

    r5448 r5959  
    1 /* $Id: winimagebase.h,v 1.18 2001-04-02 22:51:58 sandervl Exp $ */
     1/* $Id: winimagebase.h,v 1.19 2001-06-10 22:32:17 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, DWORD *subsystem = NULL);
     99static  ULONG isPEImage(char *szFileName, DWORD *Characteristics, DWORD *subsystem, DWORD *fNEExe = 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.