Ignore:
Timestamp:
Jun 17, 2000, 11:42:58 AM (25 years ago)
Author:
sandervl
Message:

DuplicateHandle fix

File:
1 edited

Legend:

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

    r3714 r3721  
    1 /* $Id: hmfile.cpp,v 1.3 2000-06-16 00:04:29 phaller Exp $ */
     1/* $Id: hmfile.cpp,v 1.4 2000-06-17 09:42:58 sandervl Exp $ */
    22
    33/*
     
    309309             srcfileinfo->lpszFileName));
    310310    return FALSE;
    311 #endif
     311#else
    312312
    313313    rc = OSLibDosDupHandle(pHMSrcHandle->hHMHandle,
     
    321321      return FALSE;   // ERROR
    322322    }
    323     else
     323    else {
     324      pHMHandleData->hHMHandle = *desthandle;
    324325      return TRUE;    // OK
     326    }
     327#endif
    325328  }
    326329  else
Note: See TracChangeset for help on using the changeset viewer.