VirtualBox

Changeset 2553 in kBuild for trunk/src


Ignore:
Timestamp:
Nov 25, 2011 9:44:21 PM (13 years ago)
Author:
bird
Message:

shut up annoying assertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shfile.c

    r2425 r2553  
    791791            if (!SetHandleInformation(hFile, HANDLE_FLAG_INHERIT, fFlag))
    792792            {
     793#if 0  /* Seems to happen for console handles, ignore it. */
    793794                DWORD err = GetLastError();
    794795                assert(0);
     796#endif
    795797            }
    796798        }
     
    865867                if (!SetHandleInformation(hFile, HANDLE_FLAG_INHERIT, HANDLE_FLAG_INHERIT))
    866868                {
     869#if 0 /* Seems to fail for console handles, ignore. */
    867870                    DWORD err = GetLastError();
    868871                    assert(0);
     872#endif
    869873                }
    870874                paf[i] = FOPEN;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette