VirtualBox

Changeset 863 in kBuild


Ignore:
Timestamp:
Mar 30, 2007 1:51:32 AM (18 years ago)
Author:
bird
Message:

Visual C++ 2005 fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/function.c

    r821 r863  
    17451745
    17461746      /* Close the write side of the pipe.  */
     1747# ifdef _MSC_VER /* crap. */
     1748      if (pipedes[1] != -1)
     1749# endif
    17471750      (void) close (pipedes[1]);
    17481751#endif
     
    17731776        (void) pclose (fpipe);
    17741777#else
     1778# ifdef _MSC_VER /* crap. */
     1779      if (pipedes[0] != -1)
     1780# endif
    17751781      (void) close (pipedes[0]);
    17761782#endif
Note: See TracChangeset for help on using the changeset viewer.

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