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

    r5436 r5448  
    1 /* $Id: winimagepeldr.cpp,v 1.72 2001-04-02 09:52:26 sandervl Exp $ */
     1/* $Id: winimagepeldr.cpp,v 1.73 2001-04-02 22:51:58 sandervl Exp $ */
    22
    33/*
     
    14691469    }
    14701470
    1471     if(isPEImage(modname) != ERROR_SUCCESS_W)
     1471    if(isPEImage(modname, NULL) != ERROR_SUCCESS_W)
    14721472    {//LX image, so let OS/2 do all the work for us
    14731473        APIRET rc;
Note: See TracChangeset for help on using the changeset viewer.