Ignore:
Timestamp:
Jun 9, 2001, 9:46:01 PM (24 years ago)
Author:
sandervl
Message:

turned off heapcheck in writelogmisc.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/wprocess.cpp

    r5932 r5939  
    1 /* $Id: wprocess.cpp,v 1.121 2001-06-08 11:04:26 sandervl Exp $ */
     1/* $Id: wprocess.cpp,v 1.122 2001-06-09 19:46:01 sandervl Exp $ */
    22
    33/*
     
    16101610    // it is also valid in Win32.
    16111611    DWORD dwError = GetLastError();
    1612     if (ERROR_INVALID_EXE_SIGNATURE != dwError)
     1612    if (ERROR_INVALID_EXE_SIGNATURE != dwError && ERROR_FILE_NOT_FOUND != dwError)
    16131613    {
    16141614        dprintf(("CreateProcess: O32_CreateProcess failed with rc=%d, not PE-executable !",
Note: See TracChangeset for help on using the changeset viewer.