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

    r5932 r5959  
    1 /* $Id: winimagepeldr.cpp,v 1.86 2001-06-08 11:04:25 sandervl Exp $ */
     1/* $Id: winimagepeldr.cpp,v 1.87 2001-06-10 22:32:17 sandervl Exp $ */
    22
    33/*
     
    15241524    }
    15251525
    1526     if(isPEImage(modname, NULL) != ERROR_SUCCESS_W)
     1526    if(isPEImage(modname, NULL, NULL) != ERROR_SUCCESS_W)
    15271527    {//LX image, so let OS/2 do all the work for us
    15281528        APIRET rc;
Note: See TracChangeset for help on using the changeset viewer.